AxesNorthEastDownCentralBody Property |
Gets or sets the central body that defines the surface.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 26.1.424.0 (26.1.424.0)
Syntaxpublic CentralBody CentralBody { get; set; }Public Property CentralBody As CentralBody
Get
Set
public:
property CentralBody^ CentralBody {
CentralBody^ get ();
void set (CentralBody^ value);
}member CentralBody : CentralBody with get, set
Property Value
Type:
CentralBody
See Also