CelestialObject.SetCartesianState(TimeSpan, Array) Method

Top 

Description

Sets the Cartesian state of the CelestialObject in the MJ2000 Earth Equator frame, referenced from the CentralBody. This requires that the CelestialObject uses a TwoBody propagator, and will error if other propagators are used.

 

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

CelestialObject.SetCartesianState(

TimeSpan epoch,


Array state)

 

 

Arguments

epoch


Description:

The epoch at which the CelestialObject's state is evaluated.

 

 

state


Description:

array containing the Cartesian Elements

Required Size:

6

 

 

 

Syntax

myCelestialObject1.SetCartesianState(myTimeSpan1, myArray1);

 

 

See also

CelestialObject Object

CelestialObject.SetCartesianState

CelestialObjects Guide