C-DEngine 5.105

IBaseEngine..::..SetFriendlyName Method

Optionally this call can be used to give a friendly name to the Engine. This name is used by the ISM service if its set, otherwise the ClassName is used.

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

Syntax


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

Parameters

pName
Type: String
Human readable name for the plugin-service