Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public bool ResetBetweenRuns { get; set; }

Property Value

Type: Boolean
See Also