TrajectoryPhase.LockEpoch(String, TimeSpan) Method

Top 

Description

Locks the TrajectoryPhase epoch variable associated with the passed endpoint to the passed value.

 

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

TrajectoryPhase.LockEpoch(

String endpoint,


TimeSpan value)

 

 

Arguments

endpoint


Description:

The endpoint at which to lock the variables.

Valid Values:

Value

Label

"first"

Lock variables for the first node of the TrajectoryPhase.

"last"

Lock variables for the last node of the TrajectoryPhase.

 

 

 

value


Description:

The value to lock the epoch variable to.

Units:

day

 

 

 

Syntax

myTrajectoryPhase1.LockEpoch(myString1, myTimeSpan1);

 

 

See also

TrajectoryPhase Object

TrajectoryPhase.LockEpoch