C-DEngine 5.105

TheThingRegistry..::..GetThingByMID Method (String, Guid, Boolean)

Return TheThing with the specified unique Identifier cdeMID

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

Syntax


public static TheThing GetThingByMID(
	string pEngineName,
	Guid pID,
	bool AllowRemoteEngine
)
Public Shared Function GetThingByMID ( _
	pEngineName As String, _
	pID As Guid, _
	AllowRemoteEngine As Boolean _
) As TheThing
public:
static TheThing^ GetThingByMID(
	String^ pEngineName, 
	Guid^ pID, 
	bool^ AllowRemoteEngine
)

Parameters

pEngineName
Type: String
Engine owning TheThing
pID
Type: Guid
cdeMID of TheThing to look for
AllowRemoteEngine
Type: Boolean
If True, the list includes TheThings on remote Nodes

Return Value