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 FilterNode GetNextObject(
	FilterNode FilterNode
)
Visual Basic
Public Function GetNextObject ( 
	FilterNode As FilterNode
) As FilterNode
Visual C++
public:
virtual FilterNode^ GetNextObject(
	FilterNode^ FilterNode
) sealed

Parameters

FilterNode
Type: DataPAEnterpriseDashboard..::..FilterNode
The current object in the collection.

Return Value

Type: FilterNode
The Next Object in the collection.

Remarks