FilterNodesGetNextObject 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 FilterNode GetNextObject(
FilterNode FilterNode
)
Public Function GetNextObject (
FilterNode As FilterNode
) As FilterNode
public:
virtual FilterNode^ GetNextObject(
FilterNode^ FilterNode
) sealed
function GetNextObject(FilterNode);
Parameters
- FilterNode
- Type: DataPAEnterpriseDashboardFilterNode
The current object in the collection.
Return Value
Type:
FilterNodeThe Next Object in the collection.
Remarks See Also