Click or drag to resize

BasicLaunchSegment.PassAllElementsToNextSegment Property

Gets a value indicating whether the segment is such that it will not define any Elements or StateElementAdapters. Such a segment typically affects the control flow of multiple segments instead of propagating state elements. By default this is false, but if the specific derived segment can use the previous segment's adapters, override this property to always return true. Even if this is true some segments may require adapters to be set with the SetElementAndAdapter(StateElementAdapterDefinition) method.

Namespace:  AGI.Foundation.SegmentPropagation
Assembly:  AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 24.3.420.0 (24.3.420.0)
Syntax
public override bool PassAllElementsToNextSegment { get; }

Property Value

Type: Boolean
See Also