Click or drag to resize

ConstantStateStoppablePropagator Properties

The ConstantStateStoppablePropagator type exposes the following members.

Properties
  NameDescription
Public propertyDirection
Gets a value that will, at run time, report the current direction of propagation of the StoppablePropagator.
(Inherited from StoppablePropagatorDefinition.)
Public propertyIsFrozen
Gets a value indicating whether this object is frozen. A frozen object cannot be modified and an ObjectFrozenException will be thrown if an attempt is made to do so.
(Inherited from DefinitionalObject.)
Public propertyStep
Gets or sets the default step that this propagator will take. Individual StoppingConditions may know at what rate they should be sampled, and that step will be used instead of this if it is less than this step. Also when restepping this value will not be used.
Public propertyStoppingConditions
Gets the list of StoppingConditions that will find events and dictate when propagation should end.
(Inherited from StoppablePropagatorDefinition.)
Public propertyTimeTolerance
Gets or sets the tolerance in seconds that the StoppablePropagator will use to say that a StoppingCondition converged on time. When the propagator is trying to find the exact event, if the time between dates is equal to or less than this span, it will say that that StoppingCondition has converged even if the FunctionTolerance has not been satisfied. This value is optional, with a default of Zero. The value must be positive. If the value is specified, then stopping conditions can converged to events if either the function tolerance or this time tolerance is satisfied.
(Inherited from StoppablePropagatorDefinition.)
Top
See Also