DelayedTerrainAzimuthElevationMaskGetEnumerator Method  | 
 
            Returns an enumerator that iterates through the collection.
            
 
    Namespace: 
   AGI.Foundation.Terrain
    Assembly:
   AGI.Foundation.TerrainAnalysis (in AGI.Foundation.TerrainAnalysis.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic IEnumerator<ElevationMask> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of ElevationMask)
public:
virtual IEnumerator<ElevationMask^>^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator<ElevationMask> 
override GetEnumerator : unit -> IEnumerator<ElevationMask> 
Return Value
Type: 
IEnumeratorElevationMaskAn instance of an enumerator that can be used to iterate through the collection.
Implements
IEnumerableTGetEnumerator
See Also