C-DEngine 5.105

TheThing..::..GetBaseEngine Method

Gets the BaseEngine of TheThing and caches it in TheThing - this is a performance optimization Tradeoff: TheThing will hold on to the Engine reference

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

Syntax


public IBaseEngine GetBaseEngine()
Public Function GetBaseEngine As IBaseEngine
public:
IBaseEngine^ GetBaseEngine()

Return Value