CogCADToRange TimeoutEnabled Property Cognex VisionPro
If true, the Timeout property limits the execution time. If false then the Timeout property is ignored.

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

public bool TimeoutEnabled { get; set; }

Property Value

Type: Boolean
The TimeoutEnabled value. The default value is false.
Events

Event TypeReason
ICogChangedEvent Changed

Fires when this property changes.

The following state flag may be affected:

Exceptions

ExceptionCondition
ObjectDisposedException If the object has been disposed.
See Also