Click or drag to resize

ReturnSegmentConfiguration.ActuallyEnabled Method

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

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

Return Value

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