CelestialSystem.AddBody(CelestialObject) Method

Top 

Description

Adds a CelestialObject to the CelestialSystem.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Method Signature

CelestialSystem.AddBody(

CelestialObject celestialObject)

 

 

Arguments

celestialObject


Description:

The CelestialObject to add to the system.

Repeatable:

1 to Unlimited times

 

 

 

Syntax

myCelestialSystem1.AddBody(myCelestialObject1);

 

 

See also

CelestialSystem Object

Rotating-Pulsating Systems Guide