EphemerisVector.GetVariableValues(Array) Method

Top 

Description

Gets the specified columns as floats.

 

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

EphemerisVector.GetVariableValues(

Array columnIndex)

 

 

Arguments

columnIndex


Description:

Indices to get from columns.

 

 

 

Return Value

Type:

Array of number

 

 

Gets the specified columns values as floats.

 

Syntax

myArray1 = myEphemerisVector1.GetVariableValues(myArray2);

 

 

See also

EphemerisVector Object

EphemerisVector.GetVariableValues

Working with Ephemerides