CogPMAlignMulti ResultStatisticWindowLength Property Cognex VisionPro 9.5
Gets or sets the length of the window over which statistic data is collected. The data is used in SequentialMostSuccessful runtime mode to re-order the patterns in the queue. Calling the setter will cause any existing result statistics to be flushed.

Namespace: Cognex.VisionPro.PMAlign
Assembly: Cognex.VisionPro.PMAlign (in Cognex.VisionPro.PMAlign.dll) Version: 69.0.0.0
Syntax

public int ResultStatisticWindowLength { get; set; }

Property Value

Type: Int32
The default value is 10.
Events

Event TypeReason
ICogChangedEvent ChangedFires when this property changes. The SfResultStatisticWindowLength state flag may be affected.
Exceptions

ExceptionCondition
ArgumentExceptionIf the value less than one.
See Also