CogAutoSelect SamplingInterval Property Cognex VisionPro 9.23
Gets or sets the sampling interval in pixels. Increasing the sampling interval causes CogAutoSelect to run faster but produce lower quality results.

Namespace: Cognex.VisionPro.AutoSelect
Assembly: Cognex.VisionPro.AutoSelect (in Cognex.VisionPro.AutoSelect.dll) Version: 91.0.0.0
Syntax

public int SamplingInterval { get; set; }

Property Value

Type: Int32
The sampling interval, in pixels.
Events

Exceptions

ExceptionCondition
ArgumentOutOfRangeException If the supplied sampling interval is less than or equal to zero.
See Also