Click or drag to resize

DelayedTerrainAzimuthElevationMaskIndexOf Method

Returns the index of the given item in the azimuth elevation mask.

Namespace:  AGI.Foundation.Terrain
Assembly:  AGI.Foundation.TerrainAnalysis (in AGI.Foundation.TerrainAnalysis.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public int IndexOf(
	ElevationMask item
)

Parameters

item
Type: AGI.Foundation.TerrainElevationMask
The requested item to locate.

Return Value

Type: Int32
The index of the item in the mask, if found; otherwise –1.
See Also