EphemerisVector.SetStringValue(Variable, String) Method

Top 

Description

Sets the specified column to the provided value as a string.

 

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.

 

Method Signature

EphemerisVector.SetStringValue(

Variable columnIndex,


String columnValue)

 

 

Arguments

columnIndex


Description:

Index of column to set.

Valid Range:

columnIndex ≥ 0

 

 

columnValue


Description:

Value to set into column.

 

 

 

Syntax

myEphemerisVector1.SetStringValue(myVariable1, myString1);

 

 

See also

EphemerisVector Object

EphemerisVector.SetStringValue

Working with Ephemerides