C-DEngine 5.105

TheNMIEngine..::..GetEngineDashBoardByThing Method

Returns the Dashboard of a given ICDEThing

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

Syntax


public static TheDashboardInfo GetEngineDashBoardByThing(
	ICDEThing pThing
)
Public Shared Function GetEngineDashBoardByThing ( _
	pThing As ICDEThing _
) As TheDashboardInfo
public:
static TheDashboardInfo^ GetEngineDashBoardByThing(
	ICDEThing^ pThing
)

Parameters

pThing
Type: nsCDEngine.Engines.ThingService..::..ICDEThing
ICDEThing of the Dashboard to be found

Return Value