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.2.419.0 (24.2.419.0)
Syntax public int IndexOf(
ElevationMask item
)
Public Function IndexOf (
item As ElevationMask
) As Integer
public:
int IndexOf(
ElevationMask^ item
)
member IndexOf :
item : ElevationMask -> int
Parameters
- item
- Type: AGI.Foundation.TerrainElevationMask
The requested item to locate.
Return Value
Type:
Int32The index of the item in the mask, if found; otherwise –1.
See Also