DashboardObjectsAdd Method (DashboardObject, Boolean) |
|
DataPA OpenAnalytics API Reference
Adds a DashboardObject to this collection.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public void Add(
DashboardObject DashboardObject,
bool Selected
)
Public Sub Add (
DashboardObject As DashboardObject,
Selected As Boolean
)
public:
virtual void Add(
DashboardObject^ DashboardObject,
bool Selected
) sealed
function Add(DashboardObject, Selected);
Parameters
- DashboardObject
- Type: DataPAEnterpriseDashboardDashboardObject
The object you wish to add to the collection. - Selected
- Type: SystemBoolean
True if you wish the object to be selected.
Remarks See Also