EphemerisVector.GetVariableValue Method

Top 

Description

Gets the specified column value as a float.

 

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.

 

Overload List

Signatures

Return Value

Description

EphemerisVector.GetVariableValue(String columnName)

Variable

Gets the specified column value as a float.

EphemerisVector.GetVariableValue(Variable columnIndex)

Variable

Gets the specified column value as a float.

EphemerisVector.GetVariableValue(String columnName, Variable side)

Variable

Gets the specified column as a float, 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.GetVariableValue(Variable columnIndex, Variable side)

Variable

Gets the specified column as a float, 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