EphemerisVector.SetTimeSpanValue(Variable, TimeSpan, Variable) Method

Top 

Description

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

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

 

Method Signature

EphemerisVector.SetTimeSpanValue(

Variable columnIndex,


TimeSpan columnValue,


Variable side)

 

 

Arguments

columnIndex


Description:

Index of column to set.

Valid Range:

columnIndex ≥ 0

 

 

columnValue


Description:

Value to set into column.

 

 

side


Description:

Before or after discontinuity.

Valid Values:

Value

Label

0

Before Discontinuity

1

After Discontinuity

 

 

 

 

Syntax

myEphemerisVector1.SetTimeSpanValue(myVariable1, myTimeSpan1, myVariable2);

 

 

See also

EphemerisVector Object

EphemerisVector.SetTimeSpanValue

Working with Ephemerides