Click or drag to resize

RunSegmentListOperator Constructor (Boolean)

Initializes a new instance.

Namespace:  AGI.Foundation.SegmentPropagation
Assembly:  AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public RunSegmentListOperator(
	bool nominalRun
)

Parameters

nominalRun
Type: SystemBoolean
A flag that indicates whether this operator should include its results in the final results. See NominalRun for more information.
See Also