C-DEngine 5.105

TheBaseEngine..::..SetEngineName Method

Sets the Engine and ClassName of TheBaseEngine.. Recommended is to use "GetType().FullName" Subscriptions for TheBaseEngine will use this name

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

Syntax


public void SetEngineName(
	string pName
)
Public Sub SetEngineName ( _
	pName As String _
)
public:
void SetEngineName(
	String^ pName
)

Parameters

pName
Type: String