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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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 -> AzimuthElevationMaskParameters
- 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