Click or drag to resize

TargetedSegmentList.ContinueIfOperatorsDoNotConverge Property

Gets or sets a value indicating whether the next operator should continue if the operators do not converge. If set to true, the next operators will continue to run as if it did converge. If false, a property on the results will be set to indicate that all propagation should stop and the results will be returned.

Namespace:  AGI.Foundation.SegmentPropagation
Assembly:  AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 24.3.420.0 (24.3.420.0)
Syntax
public bool ContinueIfOperatorsDoNotConverge { get; set; }

Property Value

Type: Boolean
See Also