CogImageFileTool ImageIndexIncrement Property Cognex VisionPro 9.23
Number of images to increment after invocation of Run.

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

public int ImageIndexIncrement { get; set; }

Property Value

Type: Int32
Events

Event TypeReason
ICogChangedEvent Changed

Fires when the value of this property changes.

The following state flag may be affected:

Remarks

Default Value: 1

Number of images to increment after invocation of Run . Used when scrolling through an open image file.

See Also