AzimuthElevationMaskCentralBody Property |
Gets or sets the central body to which this mask is relative.
Namespace:
AGI.Foundation.Terrain
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public CentralBody CentralBody { get; set; }
Public Property CentralBody As CentralBody
Get
Set
public:
virtual property CentralBody^ CentralBody {
CentralBody^ get () sealed;
void set (CentralBody^ value) sealed;
}
abstract CentralBody : CentralBody with get, set
override CentralBody : CentralBody with get, set
Property Value
Type:
CentralBodyImplements
IAzimuthElevationMaskCentralBodySee Also