Returns the number of values that are currently held in the buffer. Entries that are marked with No Value (by calling AddEmptyValue) will be included in this count. This count will not exceed BufferLength.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 87.1.0.0
Syntax
Property Value
Type: Int32Remarks
The number of values that are currently held in the buffer. Entries that are marked with No Value (those added by calling AddEmptyValue ) will be included in this count. This count will not exceed BufferLength.
See Also