C-DEngine 5.105

TheBaseEngine..::..SetEngineID Method

Sets the EngineID Of TheBaseEngine - this is required by the system. By default, the Engine will also use this Guid for its main Dashboard ID

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

Syntax


public void SetEngineID(
	Guid pGuid
)
Public Sub SetEngineID ( _
	pGuid As Guid _
)
public:
void SetEngineID(
	Guid^ pGuid
)

Parameters

pGuid
Type: Guid