CogID TimeoutEnabled Property Cognex VisionPro 9.7
If true then the Timeout property limits the execution time of the symbol decoding. If false then timeout is disabled and the Timeout property is ignored."

Namespace: Cognex.VisionPro.ID
Assembly: Cognex.VisionPro.ID (in Cognex.VisionPro.ID.dll) Version: 73.0.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:

  • SfTimeoutEnabled
See Also