DelayedTerrainAzimuthElevationMaskContains Method |
Determine whether the requested item is in this 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 bool Contains(
ElevationMask item
)
Public Function Contains (
item As ElevationMask
) As Boolean
public:
bool Contains(
ElevationMask^ item
)
member Contains :
item : ElevationMask -> bool
Parameters
- item
- Type: AGI.Foundation.TerrainElevationMask
The item to locate in the mask.
Return Value
Type:
Boolean if the item is found; otherwise
.
See Also