Click or drag to resize

SegmentConfigurationIsNonNominalRunDifferent 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 if the specific segment type might behave differently in an unofficial propagation. By default this returns indicating that there is no difference.

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

Return Value

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