CelestialObject.CentralBody Property

Top 

Description

Gets or sets the name of the CelestialObject that defines the origin of this CelestialObject's position and velocity. The central body can be a built-in solar system body (i.e. Earth, Moon, etc.) or a custom CelestialObject created within the Mission Plan.

 

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.

 

Attributes

Type:

string

Access:

read/write

Default Value:

"Earth"

 

Syntax

myString1 = myCelestialObject1.CentralBody;

 

myCelestialObject1.CentralBody = myString1;

 

See also

CelestialObject Object

CelestialObjects Guide