Click or drag to resize

SwitchableSegment Constructor (SegmentDefinition, SegmentDefinition)

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 SwitchableSegment(
	SegmentDefinition primarySegment,
	SegmentDefinition alternateSegment
)

Parameters

primarySegment
Type: AGI.Foundation.SegmentPropagationSegmentDefinition
The primary segment.
alternateSegment
Type: AGI.Foundation.SegmentPropagationSegmentDefinition
The alternate segment. By default this will be the segment that this overall segment will propagate.
See Also