C-DEngine 5.105

TheThingRegistry..::..GetThingByID Method (String, String, Boolean)

Return TheThing with the specified "ID" property

Namespace:  nsCDEngine.Engines.ThingService
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public static TheThing GetThingByID(
	string pEngineName,
	string pID,
	bool allowRemoteEngine
)
Public Shared Function GetThingByID ( _
	pEngineName As String, _
	pID As String, _
	allowRemoteEngine As Boolean _
) As TheThing
public:
static TheThing^ GetThingByID(
	String^ pEngineName, 
	String^ pID, 
	bool^ allowRemoteEngine
)

Parameters

pEngineName
Type: String
Engine owning TheThing
pID
Type: String
Value expected in the "ID" Property
allowRemoteEngine
Type: Boolean
If True, considers TheThings on remote Nodes

Return Value