Click or drag to resize

ReturnSegmentConfiguration.IsNonNominalRunDifferent Property

Gets a value indicating whether the associated SegmentPropagator will behave differently if it is being run nominally or not. You should overload this property to return true if the specific segment type might behave differently in an unofficial propagation. By default this returns false indicating that there is no difference.

Namespace:  AGI.Foundation.SegmentPropagation
Assembly:  AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 24.3.420.0 (24.3.420.0)
Syntax
public override bool IsNonNominalRunDifferent { get; }

Return Value

Type: Boolean
true if the SegmentPropagator will behave differently based on the NominalRun settings; otherwise false.
See Also