PropagatedRouteCentralBody Property |
Gets the central body on which this route is defined.
Namespace:
AGI.Foundation.RouteDesign
Assembly:
AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 23.1.416.0 (23.1.416.0)
Syntaxpublic CentralBody CentralBody { get; }
Public ReadOnly Property CentralBody As CentralBody
Get
public:
property CentralBody^ CentralBody {
CentralBody^ get ();
}
member CentralBody : CentralBody with get
Property Value
Type:
CentralBody
See Also