C-DEngine 5.105

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

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
)
Public Shared Function GetThingByMID ( _
	pEngineName As String, _
	pID As Guid _
) As TheThing
public:
static TheThing^ GetThingByMID(
	String^ pEngineName, 
	Guid^ pID
)

Parameters

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

Return Value