CogVisionDataFileCDB OpenMode Property Cognex VisionPro 9.5
Mode in which the file was opened (or 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
Mode in which the file was opened (or Closed if no file open).

Implements

ICogVisionDataFileProvider OpenMode
Exceptions

ExceptionCondition
ObjectDisposedExceptionThis CDB file has been disposed.
See Also