Click or drag to resize

DelayedTerrainAzimuthElevationMaskItem Property

Gets the element at the specified index. If the value requested is not already computed, it will be computed.

Namespace:  AGI.Foundation.Terrain
Assembly:  AGI.Foundation.TerrainAnalysis (in AGI.Foundation.TerrainAnalysis.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public ElevationMask this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
The zero-based index of the element to get.

Return Value

Type: ElevationMask
The element at the specified index.
See Also