TrajectoryPhase.SetTimeOfFlightBounds(TimeSpan, TimeSpan) Method

Top 

Description

Sets bounds for the time of flight of the TrajectoryPhase.

 

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.SetTimeOfFlightBounds(

TimeSpan lowerBound,


TimeSpan upperBound)

 

 

Arguments

lowerBound


Description:

The lower bound to set.

Units:

day

 

 

upperBound


Description:

The upper bound to set.

Units:

day

 

 

 

Syntax

myTrajectoryPhase1.SetTimeOfFlightBounds(myTimeSpan1, myTimeSpan2);

 

 

See also

TrajectoryPhase Object