Get
Gets the maximum amount of time that the inspection is allowed to execute.
Set
Namespace: Cognex.Vision.LineMax.ImplementationSets the maximum amount of time that the inspection is allowed to execute.
Assembly: Cognex.Vision.LineMax.Net (in Cognex.Vision.LineMax.Net.dll) Version: 9.21.1.1
Syntax
Return Value
Type: DoubleThe timeout duration in milliseconds. The default value is 20000.0.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | Thrown if set to a value less than 0.0. |
Remarks
Changed Fires when this property changes. The following state flag may be affected:
Remarks
This property is ignored if TimeoutEnabled is false.
See Also