SwitchableSegmentPassAllElementsToNextSegment 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
, but if the specific derived segment can use the previous segment's adapters,
override this property to always return
. Even if this is
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.2.419.0 (24.2.419.0)
Syntax public override bool PassAllElementsToNextSegment { get; }
Public Overrides ReadOnly Property PassAllElementsToNextSegment As Boolean
Get
public:
virtual property bool PassAllElementsToNextSegment {
bool get () override;
}
abstract PassAllElementsToNextSegment : bool with get
override PassAllElementsToNextSegment : bool with get
Property Value
Type:
BooleanSee Also