Click or drag to resize

TargetedSegmentListContinueIfOperatorsDoNotConverge Property

Gets or sets a value indicating whether the next operator should continue if the operators do not converge. If set to , the next operators will continue to run as if it did converge. If , 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.1.418.0 (24.1.418.0)
Syntax
public bool ContinueIfOperatorsDoNotConverge { get; set; }

Property Value

Type: Boolean
See Also