Click or drag to resize

ReturnSegment Constructor (SegmentList, 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 ReturnSegment(
	SegmentList parentList,
	ReturnSegmentBehavior behavior
)

Parameters

parentList
Type: AGI.Foundation.SegmentPropagationSegmentList
The SegmentList to return from.
behavior
Type: AGI.Foundation.SegmentPropagationReturnSegmentBehavior
If this segment is enabled or not.
See Also