CogOCRMaxTool Timeout Property Cognex VisionPro 9.8
Gets or sets the timeout value used by this tool in milliseconds.

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

public double Timeout { get; set; }

Property Value

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

Event TypeReason
ICogChangedEvent Changed

Fires when this property changes.

The following state flag may be affected:

  • SfTimeout
Exceptions

ExceptionCondition
ArgumentOutOfRangeException Thrown if set to a value less than 0.0 or greater than System::Double::MaxValue
Remarks

The tool's timeout value.

See Also