Returns an enumerator for the entire DimGroup.
            
Namespace: Endeca.NavigationAssembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.2.0.0 (0.0.0.0)
 Syntax
Syntax
| C# | 
|---|
| public virtual IEnumerator GetEnumerator() | 
| Visual Basic | 
|---|
| Public Overridable Function GetEnumerator As IEnumerator | 
| Visual C++ | 
|---|
| public: virtual IEnumerator^ GetEnumerator() | 
Return Value
An IEnumerator for the entire DimGroupImplements
IEnumerable..::..GetEnumerator()()()() Remarks
Remarks
            Enumerators only allow reading the data in the collection. Enumerators cannot 
            be used to modify the underlying collection.
            





