Click or drag to resize

AzimuthElevationMask Constructor (Cartographic)

Initializes a new instance centered at the specified planetodetic position.

Namespace:  AGI.Foundation.Terrain
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public AzimuthElevationMask(
	Cartographic position
)

Parameters

position
Type: AGI.Foundation.CoordinatesCartographic
The planetodetic position at the center of the mask.
Remarks
The new mask is centered at the specified location on the EarthCentralBody instance in the CentralBodiesFacet of the current CalculationContext.
See Also