CelestialObject.Z Property

Top 

Description

This property has been Deprecated. Please use the CelestialObject.GetPositionAtEpoch or SetState method instead.

 

Z-component of the CelestialObject's position vector referenced to the ICRF, centered at the origin of the CentralBody. When retrieving information about the state of a Celestial Object, the CelestialObject GetPositionAtEpoch or GetPosVelAtEpoch methods should be used instead of attempting to access this property.

 

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.

 

Attributes

Type:

number

Access:

read/write

Units:

km

Default Value:

-982.996

 

Syntax

myVariable1 = myCelestialObject1.Z;

 

myCelestialObject1.Z = myVariable1;

 

See also

CelestialObject Object

CelestialObjects Guide