CogLineMax Timeout Property Cognex VisionPro
Gets or sets the maximum amount of time that the inspection is allowed to execute.

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

public double Timeout { get; set; }

Property Value

Type: Double
The timeout duration in milliseconds. The default value is 20000.0.
Events

Event TypeReason
ICogChangedEvent Changed

Fires when this property changes.

The following state flag may be affected:

Exceptions

ExceptionCondition
ArgumentOutOfRangeException Thrown if set to a value less than 0.0.
Remarks

This property is ignored if TimeoutEnabled is false.
See Also