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 nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond 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