Click or drag to resize

RoutePropagatorPropagateTowardTime Method

Overload List
  NameDescription
Public methodPropagateTowardTime(JulianDate)

Create a PropagatedRoute by configuring the segments to represent a route which will end at the given time (This can be useful for designing a rendezvous at a given time). Note that the resulting PropagatedRoute instance may contain errors if configuration could not be completed successfully. The system will attempt to create a feasible route, even if there is an error. Make sure to check HasConfigurationErrors to see if there are any errors and determine whether the errors indicate unexpected discontinuities.

Note that this method is safe to call from multiple threads so long as none of the threads modifies any of the properties of either the RoutePropagator or the Segments on the propagator.

Public methodPropagateTowardTime(JulianDate, ITrackCalculationProgress)

Create a PropagatedRoute by configuring the segments to represent a route which will end at the given time (This can be useful for designing a rendezvous at a given time). Note that the resulting PropagatedRoute instance may contain errors if configuration could not be completed successfully. The system will attempt to create a feasible route, even if there is an error. Make sure to check HasConfigurationErrors to see if there are any errors and determine whether the errors indicate unexpected discontinuities.

Note that this method is safe to call from multiple threads so long as none of the threads modifies any of the properties of either the RoutePropagator or the Segments on the propagator.

Top
See Also