TheThingRegistry..::..GetBaseEngine Method (TheThing, Boolean)
   Returns the IBaseEngine of TheThing
   This call is NOT cached if AllowRemoteEngine is true
   
                
    Namespace: 
   nsCDEngine.Engines.ThingServiceAssembly: C-DEngine (in C-DEngine.dll)
Syntax
public static IBaseEngine GetBaseEngine( TheThing pThing, bool AllowRemoteEngine )
Public Shared Function GetBaseEngine ( _ pThing As TheThing, _ AllowRemoteEngine As Boolean _ ) As IBaseEngine
public: static IBaseEngine^ GetBaseEngine( TheThing^ pThing, bool^ AllowRemoteEngine )
Parameters
- pThing
 - Type: nsCDEngine.Engines.ThingService..::..TheThing
TheThing that needs its IBaseEngine 
- AllowRemoteEngine
 - Type: Boolean
If set to true, the seach includes engine not hosted on the local node