AircraftMotionIntegrationPoint.CentralBody Property |
Gets or sets the CentralBody to be used in converting the propagation state elements.
Namespace:
AGI.Foundation.AircraftPropagation
Assembly:
AGI.Foundation.AircraftPropagation (in AGI.Foundation.AircraftPropagation.dll) Version: 25.1.421.0 (25.1.421.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