EphemerisVector.GetStringValues Method

Top 

Description

Gets the specified columns as strings.

 

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.GetStringValues(Array columnIndex)

StringArray

Gets the specified columns as strings.

EphemerisVector.GetStringValues(StringArray columnNames)

StringArray

Gets the specified columns as strings.

EphemerisVector.GetStringValues(Array columnIndex, Variable side)

StringArray

Gets the specified columns as strings, 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.GetStringValues(StringArray columnNames, Variable side)

StringArray

Gets the specified columns as strings, 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