Vehicle.SetCentralBody(CelestialObject) Method

Top 

Description

Sets the central body of the calling Vehicle.

 

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

Vehicle.SetCentralBody(

CelestialObject centralBody)

 

 

Arguments

centralBody


Description:

The new central body for the Vehicle.

 

 

 

Syntax

myVehicle1.SetCentralBody(myCelestialObject1);

 

 

See also

Vehicle Object