CogStatistics BufferLength Property Cognex VisionPro 9.5
Returns/sets the number of values to buffer.

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

public int BufferLength { get; set; }

Property Value

Type: Int32
Events

Event TypeReason
CogStatistics Changed

Fires when the value of this property changes.

The following state flag may be affected:

    Exceptions

    ExceptionCondition
    ArgumentException

    The supplied value is less than 1.

    Remarks

    The number of data values to buffer within this object.

    See Also