SegmentTool AutoGrabCount Property Cognex VisionPro 9.20
Get

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

Set

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

Namespace: Cognex.Vision.ViDiEL
Assembly: Cognex.Vision.ViDiELSegment.Net (in Cognex.Vision.ViDiELSegment.Net.dll) Version: 9.10.0.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