C-DEngine 5.105

TheBaseEngine..::..SetEngineType Method

Sets the .NET Type of TheBase Engine. Use "GetType()"

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

Syntax


public void SetEngineType(
	Type pType
)
Public Sub SetEngineType ( _
	pType As Type _
)
public:
void SetEngineType(
	Type^ pType
)

Parameters

pType
Type: Type