C-DEngine 5.105

TheThingRegistry..::..GetThingObjectByMID Method

Return TheLiveObject of TheThing in the Engine with the cdeMID given.

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

Syntax


public static Object GetThingObjectByMID(
	string pEngineName,
	Guid pID
)
Public Shared Function GetThingObjectByMID ( _
	pEngineName As String, _
	pID As Guid _
) As Object
public:
static Object^ GetThingObjectByMID(
	String^ pEngineName, 
	Guid^ pID
)

Parameters

pEngineName
Type: String
Engine owning TheThing
pID
Type: Guid
cdeMID of TheThing to look for

Return Value