Gets or sets the maximum amount of time that the inspection is allowed to
execute.
Namespace: Cognex.VisionPro.LineMaxAssembly: Cognex.VisionPro.LineMax (in Cognex.VisionPro.LineMax.dll) Version: 91.0.0.0
Syntax
Property Value
Type: DoubleThe timeout duration in milliseconds. The default value is 20000.0.
Events
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when this property changes. The following state flag may be affected: |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | Thrown if set to a value less than 0.0. |
Remarks
See Also