Click or drag to resize

ReturnSegmentConfigurationReturnSegmentBehavior Property

Gets or sets if the ReturnSegment that this configuration is for will actually return or not. Note that the ReturnSegment can behave differently if it is being run in a TargetedSegmentListOperator or not, you should always check the NominalRun when checking this property. Or, use the ActuallyEnabled instead of getting this property.

Namespace:  AGI.Foundation.SegmentPropagation
Assembly:  AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public ReturnSegmentBehavior ReturnSegmentBehavior { get; set; }

Property Value

Type: ReturnSegmentBehavior
See Also