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 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: FilterNodeThe Next Object in the collection.