DashboardObjectsGetNextObject Method |
|
DataPA OpenAnalytics API Reference
Gets the Next Object in the collection.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public DashboardObject GetNextObject(
DashboardObject DashboardObject
)
Public Function GetNextObject (
DashboardObject As DashboardObject
) As DashboardObject
public:
virtual DashboardObject^ GetNextObject(
DashboardObject^ DashboardObject
) sealed
function GetNextObject(DashboardObject);
Parameters
- DashboardObject
- Type: DataPAEnterpriseDashboardDashboardObject
The current object in the collection.
Return Value
Type:
DashboardObjectThe Next Object in the collection.
Remarks See Also