Click or drag to resize

DelayedTerrainAzimuthElevationMask.GetEnumerator Method

Returns an enumerator that iterates through the collection.

Namespace:  AGI.Foundation.Terrain
Assembly:  AGI.Foundation.TerrainAnalysis (in AGI.Foundation.TerrainAnalysis.dll) Version: 24.3.420.0 (24.3.420.0)
Syntax
public IEnumerator<ElevationMask> GetEnumerator()

Return Value

Type: IEnumerator<ElevationMask>
An instance of an enumerator that can be used to iterate through the collection.

Implements

IEnumerable<T>.GetEnumerator()
See Also