CogCADToRangeResult OverflowOccurred Property Cognex VisionPro
Gets whether an overflow occurred in the rendering operation.

Namespace: Cognex.VisionPro.CAD
Assembly: Cognex.VisionPro.CAD (in Cognex.VisionPro.CAD.dll) Version: 65.1.0.0
Syntax

public bool OverflowOccurred { get; }

Property Value

Type: Boolean
. The overflow indicator. The value will be true if NumClampedPixels is greater than zero.
Exceptions

ExceptionCondition
ObjectDisposedException If the object has been disposed.
See Also