CogImageDataModeConstants EnumerationCognex VisionPro 9.22
Enumeration of modes for accessing pixel data of an image.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 87.0.0.0
Syntax

public enum CogImageDataModeConstants
Members

  Member nameValueDescription
Read1Data are read-only.
Write2Data are write-only.
ReadWrite3Data can be both read and written.
Remarks

Enumeration of modes for accessing pixel data of an image.

See Also