EphemerisVector.GetStringValue(Variable) Method

Top 

Description

Gets the specified column value as a string.

 

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.GetStringValue(

Variable columnIndex)

 

 

Arguments

columnIndex


Description:

Index of column to get.

Valid Range:

columnIndex ≥ 0

 

 

 

Return Value

Type:

string

 

 

Gets the specified column to the provided value as a string. If there is a discontinuity for this vector or column, the value returned is the value before the discontinuity.

 

Syntax

myString1 = myEphemerisVector1.GetStringValue(myVariable1);

 

 

See also

EphemerisVector Object

EphemerisVector.GetStringValue

Working with Ephemerides