RoutePropagatorCentralBody Property  | 
 
            Gets or sets the 
CentralBody upon which to build the route.
            This will also reconfigure the settings on the 
DefaultConnectionBehavior to match the given 
CentralBody.
            
 
    Namespace: 
   AGI.Foundation.RouteDesign
    Assembly:
   AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.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