Click or drag to resize

FollowSegmentStartsWithStoppingConditions Properties

The FollowSegmentStartsWithStoppingConditions type exposes the following members.

Properties
  NameDescription
Public propertyConditions
Gets the list of StoppingConditions that will end propagation of the FollowSegment. Note that any StoppingConditions that are put onto the StoppingConditions will still be active and can stop propagation independent of these conditions.
Public propertyIgnoreFinalPropagation
Gets a value indicating whether the parent FollowSegment should ignore its EndOfFollowSegment. This would be because the initial state should also be the final state.
(Inherited from FollowSegmentBeginning.)
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 propertyUseWrappedStoppingConditions
Gets or sets a value indicating whether the stopping conditions on the wrapped propagator should be used when finding the start state. This defaults to .
Top
See Also