Click or drag to resize

SwapSegmentOperator Constructor (SwitchableSegment)

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 SwapSegmentOperator(
	SwitchableSegment segment
)

Parameters

segment
Type: AGI.Foundation.SegmentPropagationSwitchableSegment
The switchable segment that will be operated on.
See Also