EphemerisVector.GetStringValues Method

Top 

Description

Gets the specified columns as strings.

 

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.

 

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