C-DEngine 5.105

IBaseEngine..::..SetDashboard Method

Sets the guid of the main NMI Dashboard. Although a GUID syntax is required, the parameter will be run through the "GenerateFinalStr()" method in TheCommonUtils class. This allows for marcro definition in the string that will be resolved at runtime.

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

Syntax


void SetDashboard(
	string pDash
)
Sub SetDashboard ( _
	pDash As String _
)
void SetDashboard(
	String^ pDash
)

Parameters

pDash
Type: String
Guid (cdeMID) pointing at the main TheDashboardInfo in TheBaseAssets.MyApplication.MyNMIModel.MyDashboards