Click or drag to resize

ChangeReturnSegmentOperator Constructor (ReturnSegment, ReturnSegmentBehavior)

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 ChangeReturnSegmentOperator(
	ReturnSegment segment,
	ReturnSegmentBehavior behavior
)

Parameters

segment
Type: AGI.Foundation.SegmentPropagationReturnSegment
The ReturnSegment to enable or disable.
behavior
Type: AGI.Foundation.SegmentPropagationReturnSegmentBehavior
The behavior of the segment.
See Also