DataPA Enterprise Dashboard Controls API Reference
Gets the Next Object in the collection.

Namespace: DataPAEnterpriseDashboard
Assembly: 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: DashboardObject
The Next Object in the collection.

Remarks