SwitchableSegmentConfiguration.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)
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:
Booleantrue if the
SegmentPropagator will behave differently
based on the
NominalRun settings; otherwise
false.
See Also