C-DEngine 5.105

TheThingRegistry..::..GetBaseEngine Method (TheThing)

Returns the IBaseEngine of TheThing After the first call the IBaseEngine is cached in TheThing and subsequent calls are faster Alternative you can call pThing.GetBaseEngine();

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

Syntax


public static IBaseEngine GetBaseEngine(
	TheThing pThing
)
Public Shared Function GetBaseEngine ( _
	pThing As TheThing _
) As IBaseEngine
public:
static IBaseEngine^ GetBaseEngine(
	TheThing^ pThing
)

Parameters

pThing
Type: nsCDEngine.Engines.ThingService..::..TheThing
TheThing that needs its IBaseEngine