EphemerisVector.GetVariableValues Method

Top 

Description

Gets the specified columns as floats.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

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

 

Overload List

Signatures

Return Value

Description

EphemerisVector.GetVariableValues(Array columnIndex)

Array

Gets the specified columns as floats.

EphemerisVector.GetVariableValues(StringArray columnNames)

Array

Gets the specified columns as floats.

EphemerisVector.GetVariableValues(Array columnIndex, Variable side)

Array

Gets the specified columns as floats, noting the side of the discontinuity as specified by the 'side' argument. Note, if there is no discontinuity for the column, the non-discontinous value is returned.

EphemerisVector.GetVariableValues(StringArray columnNames, Variable side)

Array

Gets the specified columns as floats, noting the side of the discontinuity as specified by the 'side' argument. Note, if there is no discontinuity for the column, the non-discontinous value is returned.

 

 

See also

EphemerisVector Object

Working with Ephemerides