CogImageFileBMP OpenMode Property Cognex VisionPro 9.5
Mode in which the file was opened (or cogImageFile_Closed if no file open).

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

public virtual CogImageFileModeConstants OpenMode { get; }

Property Value

Type: CogImageFileModeConstants

Implements

ICogImageFileProvider OpenMode
Remarks

Mode in which the file was opened, or Closed if no file is open. This is a read only property.

Default Value: Closed

See Also