DelayedTerrainAzimuthElevationMaskGetEnumerator Method |
Returns an enumerator that iterates through the collection.
Namespace:
AGI.Foundation.Terrain
Assembly:
AGI.Foundation.TerrainAnalysis (in AGI.Foundation.TerrainAnalysis.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public 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
IEnumerableTGetEnumeratorSee Also