CogCADToRange Timeout Property Cognex VisionPro 9.5
A maximum execution time allowed for the operator to render the range image. This value only applies if TimeoutEnabled is true.

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

public double Timeout { get; set; }

Property Value

Type: Double
The Timeout value. The default value is 5000.0 milliseconds.
Events

Event TypeReason
ICogChangedEvent Changed

Fires when this property changes.

The following state flag may be affected:

Exceptions

ExceptionCondition
ArgumentOutOfRangeException Thrown if set to a value less than 0.0.
ObjectDisposedException If the object has been disposed.
See Also