Click or drag to resize

PropagateSegmentStopOnMaximumDurationBehavior Property

Gets or sets what should be done if the span of propagation exceeds the MaximumDuration. By default this will stop all propagation and immediately return the results computed up to this point.

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

Property Value

Type: MaximumDurationBehavior
See Also