EphemerisVector.SetVariableValue Method

Top 

Description

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

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Overload List

Signatures

Return Value

Description

EphemerisVector.SetVariableValue(String columnName, Variable columnValue)

None

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

EphemerisVector.SetVariableValue(Variable columnIndex, Variable columnValue)

None

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

EphemerisVector.SetVariableValue(String columnName, Variable 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.SetVariableValue(Variable columnIndex, Variable 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