GroundVehicle.SetCentralBody(CelestialObject) Method

Top 

Description

Sets the central body of the calling GroundVehicle.

 

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

GroundVehicle.SetCentralBody(

CelestialObject centralBody)

 

 

Arguments

centralBody


Description:

The new central body for the GroundVehicle.

 

 

 

Syntax

myGroundVehicle1.SetCentralBody(myCelestialObject1);

 

 

See also

GroundVehicle Object