TargetedSegmentListResetBetweenRuns Property |
Gets or sets a value indicating whether or not this
TargetedSegmentList should be reset at the start of
every run initiated by this segments parent. This is most relevant when this
TargetedSegmentList is a child segment of another
TargetedSegmentList.
This should be set to
if your initial configuration is a better guess than
this segments previous run. This is
by default.
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 ResetBetweenRuns { get; set; }
Public Property ResetBetweenRuns As Boolean
Get
Set
public:
property bool ResetBetweenRuns {
bool get ();
void set (bool value);
}
member ResetBetweenRuns : bool with get, set
Property Value
Type:
BooleanSee Also