DataPA Enterprise Dashboard Controls API Reference
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
The Next Object in the collection.
Gets the Next Object in the collection.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
C# |
---|
public DashboardObject GetNextObject( DashboardObject DashboardObject ) |
Visual Basic |
---|
Public Function GetNextObject ( DashboardObject As DashboardObject ) As DashboardObject |
Visual C++ |
---|
public: virtual DashboardObject^ GetNextObject( DashboardObject^ DashboardObject ) sealed |
Parameters
- DashboardObject
- Type: DataPAEnterpriseDashboard..::..DashboardObject
The current object in the collection.
Return Value
Type: DashboardObjectThe Next Object in the collection.