CogVisionDataFileCDB Count Property Cognex VisionPro 9.22
Gets the number of records in the CDB file

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

public virtual int Count { get; }

Property Value

Type: Int32
The number of records in the CDB file. If the file is closed, then this value is 0

Implements

ICogVisionDataFileProvider Count
Exceptions

ExceptionCondition
ObjectDisposedExceptionThis CDB file has been disposed.
See Also