EphemerisVector.SetStringValue 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.

 

Overload List

Signatures

Return Value

Description

EphemerisVector.SetStringValue(String columnName, String columnValue)

None

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

EphemerisVector.SetStringValue(Variable columnIndex, String columnValue)

None

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

EphemerisVector.SetStringValue(String columnName, String columnValue, Variable side)

None

Sets the specified column to the provided value as a float, noting the side of the discontinuity as specified by the 'side' argument.

EphemerisVector.SetStringValue(Variable columnIndex, String columnValue, Variable side)

None

Sets the specified column to the provided value as a float, noting the side of the discontinuity as specified by the 'side' argument.

 

 

See also

EphemerisVector Object

Working with Ephemerides