C-DEngine 5.105

IBaseEngine..::..SetEngineName Method

Sets the Engine Name (ClassName) for the Plugin-Service This call is MANDATORY and should be called in the "SetBaseEngine()" function of the plugin

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

Syntax


void SetEngineName(
	string pName
)
Sub SetEngineName ( _
	pName As String _
)
void SetEngineName(
	String^ pName
)

Parameters

pName
Type: String
ClassName of the plugin-service