ReturnSegmentPassAllElementsToNextSegment 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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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: 
Boolean
See Also