CogStatistics NumBufferedValues Property Cognex VisionPro 9.5
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.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 69.0.0.0
Syntax

public int NumBufferedValues { get; }

Property Value

Type: Int32
Remarks

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