Click or drag to resize

RunSegmentListOperatorNominalRun 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 then NominalRun of the passed in SegmentConfiguration is set to . The default is .

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

Property Value

Type: Boolean
See Also