Click or drag to resize

DelayedTerrainAzimuthElevationMask.IndexOf 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: 25.1.421.0 (25.1.421.0)
Syntax
public int IndexOf(
	ElevationMask item
)

Parameters

item
Type: AGI.Foundation.Terrain.ElevationMask
The requested item to locate.

Return Value

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