AzimuthElevationMask Constructor (CentralBody, Cartographic) |
Initializes a new instance centered at the specified planetodetic position on the
specified central body.
Namespace:
AGI.Foundation.Terrain
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public AzimuthElevationMask(
CentralBody centralBody,
Cartographic position
)
Public Sub New (
centralBody As CentralBody,
position As Cartographic
)
public:
AzimuthElevationMask(
CentralBody^ centralBody,
Cartographic position
)
new :
centralBody : CentralBody *
position : Cartographic -> AzimuthElevationMask
Parameters
- centralBody
- Type: AGI.Foundation.CelestialCentralBody
The central body on which the mask is defined. - position
- Type: AGI.Foundation.CoordinatesCartographic
The planetodetic position at the center of the mask.
See Also