Click or drag to resize

RunSegmentListOperator.NominalRun Property

Gets or sets a value indicating whether the segment list is to be run normally and as such the results should be included as the final results, or if the segment list is to be run as part of some other operation. If this property is set to true then NominalRun of the passed in SegmentConfiguration is set to true. The default is false.

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 NominalRun { get; set; }

Property Value

Type: Boolean
See Also