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.2.419.0 (24.2.419.0)
Syntax public ElevationMask this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As ElevationMask
Get
public:
property ElevationMask^ default[int index] {
ElevationMask^ get (int index);
}
member Item : ElevationMask with get
Parameters
- index
- Type: SystemInt32
The zero-based index of the element to get.
Return Value
Type:
ElevationMaskThe element at the specified index.
See Also