CogImageFileTool NextImageIndex Property Cognex VisionPro
Next image index.

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

public int NextImageIndex { 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: 0

Next image index. When the Operator opens a new image file, the NextImageIndex property is set to zero if the file is opened for reading or writing; or set to NumImages if the file is opened for update. NextImageIndex is reset to the default any time the operator is changed.

See Also