CogHandEyeCalibratorRemoteCameras Timeout Property Cognex VisionPro 9.8
The maximum time in milliseconds that the Execute method will be allowed to run if TimeoutEnabled is true.

Namespace: Cognex.VisionPro.CalibFix
Assembly: Cognex.VisionPro.CalibFixPlus (in Cognex.VisionPro.CalibFixPlus.dll) Version: 75.1.0.0
Syntax

public double Timeout { get; set; }

Property Value

Type: Double
The default is the 120000.
Events

Event TypeReason
ICogChangedEvent Changed Fires when the value of this property changes.
Exceptions

ExceptionCondition
ArgumentOutOfRangeException The supplied value is less than zero.
See Also