RunSegmentListOperator Constructor (Boolean) |
Initializes a new instance.
Namespace:
AGI.Foundation.SegmentPropagation
Assembly:
AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public RunSegmentListOperator(
bool nominalRun
)
Public Sub New (
nominalRun As Boolean
)
public:
RunSegmentListOperator(
bool nominalRun
)
new :
nominalRun : bool -> RunSegmentListOperator
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