ClassifyTool AutoGrabCount Property Cognex VisionPro 9.22
Get

Gets the value of the AutoGrabCount. This value controls how many images can be auto grabbed in the ViDiELClassify Edit Control.

Set

Sets AutoGrabCount. This value is for usage in the ViDiELClassify Edit Control.

Namespace: Cognex.Vision.ViDiEL
Assembly: Cognex.Vision.ViDiELClassify.Net (in Cognex.Vision.ViDiELClassify.Net.dll) Version: 9.22.2.0
Syntax

public int AutoGrabCount { get; set; }

Property Value

Type: Int32
Exceptions

ExceptionCondition
ArgumentOutOfRangeExceptionIf the supplied value is less than 0 or greater than 1000.
Remarks

Changed Raised when the value of this property changes. The following state flags may be affected:

See Also