Click or drag to resize

ReturnSegmentConfigurationActuallyEnabled Method

Gets if this segment is actually enabled or not. This will check both the ReturnSegmentBehavior and NominalRun, and return if the appropriate combination of them would have the ReturnSegment actually return; otherwise .

Namespace:  AGI.Foundation.SegmentPropagation
Assembly:  AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public bool ActuallyEnabled()

Return Value

Type: Boolean
if the ReturnSegment should actually return, if it should not.
See Also