C-DEngine 5.105

TheThingRegistry..::..GetBaseEngine Method (String)

Return the IBaseEngine interface for a given EngineName. This call is quite expensive and the result should be cached if possible

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

Syntax


public static IBaseEngine GetBaseEngine(
	string pEngineName
)
Public Shared Function GetBaseEngine ( _
	pEngineName As String _
) As IBaseEngine
public:
static IBaseEngine^ GetBaseEngine(
	String^ pEngineName
)

Parameters

pEngineName
Type: String
Name of the Engine to be found

Return Value