TrajectoryPhase.SetCentralBody(CelestialObject) Method

Top 

Description

Sets the TrajectoryPhase's central body.

 

Note: once nodes have been added to the TrajectoryPhase.Nodes array, calling this method is not allowed.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Method Signature

TrajectoryPhase.SetCentralBody(

CelestialObject centralBody)

 

 

Arguments

centralBody


Description:

The new central body for the TrajectoryPhase.

 

 

 

Syntax

myTrajectoryPhase1.SetCentralBody(myCelestialObject1);

 

 

See also

TrajectoryPhase Object