Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public IEnumerator<ElevationMask> GetEnumerator()

Return Value

Type: IEnumeratorElevationMask
An instance of an enumerator that can be used to iterate through the collection.

Implements

IEnumerableTGetEnumerator
See Also