CogCenterPointsToLines Timeout Property Cognex VisionPro 9.7
The maximum number of milliseconds that may elapse while running the Execute method. This is only enforced if TimeoutEnabled is true.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.CorePlus (in Cognex.VisionPro.CorePlus.dll) Version: 73.0.0.0
Syntax

public double Timeout { get; set; }

Property Value

Type: Double
The default value is 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