Click or drag to resize

PropagateSegmentMaximumDuration Property

Gets or sets the maximum Duration that this segment may propagate before being stopped. The sign of this Duration will be changed at configuration time to match this segments PropagationDirection. By default this is set to 100 days.

Namespace:  AGI.Foundation.SegmentPropagation
Assembly:  AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public Duration MaximumDuration { get; set; }

Property Value

Type: Duration
Remarks
This Duration will be used to create a StoppingCondition that will be fed to the actual StoppablePropagator being propagated. It will be in effect even if the actual propagator is changed by a ChangePropagateSegmentsPropagatorOperator.
See Also