Click or drag to resize
ControlPanelObjectsAdd Method (ControlPanelObject, Boolean) DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Adds a ControlPanelObject to this collection.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public void Add(
	ControlPanelObject ControlPanelObject,
	bool Selected
)

Parameters

ControlPanelObject
Type: DataPAEnterpriseDashboardControlPanelObject
The object you wish to add to the collection.
Selected
Type: SystemBoolean
True if you wish the object to be selected.
Remarks