Click or drag to resize

ChangeStopSegmentOperator Constructor (StopSegment, 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 ChangeStopSegmentOperator(
	StopSegment segment,
	bool stopEnabled
)

Parameters

segment
Type: AGI.Foundation.SegmentPropagationStopSegment
The StopSegment to enable or disable.
stopEnabled
Type: SystemBoolean
The new option of the segment.
See Also