ReturnSegmentConfigurationIsNonNominalRunDifferent 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.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic override bool IsNonNominalRunDifferent { get; }Public Overrides ReadOnly Property IsNonNominalRunDifferent As Boolean
	Get
public:
virtual property bool IsNonNominalRunDifferent {
	bool get () override;
}abstract IsNonNominalRunDifferent : bool with get
override IsNonNominalRunDifferent : bool with get
Return Value
Type: 
Boolean if the 
SegmentPropagator will behave differently 
            based on the 
NominalRun settings; otherwise 
.
            
See Also