RunSegmentListOperatorNominalRun Property |
Gets or sets a value indicating whether the segment list is to be run normally and as such the results should be
included as the final results, or if the segment list is to be run as part of some other operation.
If this property is set to
then
NominalRun
of the passed in
SegmentConfiguration is set to
. The default is
.
Namespace:
AGI.Foundation.SegmentPropagation
Assembly:
AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public bool NominalRun { get; set; }
Public Property NominalRun As Boolean
Get
Set
public:
property bool NominalRun {
bool get ();
void set (bool value);
}
member NominalRun : bool with get, set
Property Value
Type:
BooleanSee Also