GroundVehicle.CentralBody Property

Top 

Description

Name of the body that defines the origin of the GroundVehicle's position and velocity. This can be a user-defined CelestialObject or one of the following pre-defined bodies:

 

Mercury

Venus

Earth

Mars

Jupiter

Saturn

Uranus

Neptune

Pluto

Moon

Sun

 

In order to translate the origin of a GroundVehicle's state to a different central body, simply change the GroundVehicle.CentralBody property.

 

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

 

Syntax

myString1 = myGroundVehicle1.CentralBody;

 

See also

GroundVehicle Object