Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public bool Contains(
	ElevationMask item
)

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