CentralBodySurfaceCurveCentralBody Property |
Gets or sets the central body providing the topology and orientation of the
SurfaceCurve,
and on which the curve is defined. The
Ellipsoid property
of the
SurfaceCurve is expected to match the
Shape
of this central body.
Namespace:
AGI.Foundation.Platforms
Assembly:
AGI.Foundation.Platforms (in AGI.Foundation.Platforms.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
ICentralBodySurfaceCurveServiceCentralBodySee Also