Click or drag to resize

RoutePropagatorPropagateFromTime Method

Overload List
  NameDescription
Public methodPropagateFromTime(JulianDate)

Create a PropagatedRoute by configuring the segments to represent a route which starts at the 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 methodPropagateFromTime(JulianDate, ITrackCalculationProgress)

Create a PropagatedRoute by configuring the segments to represent a route which starts at the 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