Gets or sets the maximum amount of time in milliseconds that execution of tuning can take.
Namespace: Cognex.VisionPro.OCVMaxAssembly: Cognex.VisionPro.OCVMax (in Cognex.VisionPro.OCVMax.dll) Version: 69.0.0.0
Syntax
Property Value
Type: DoubleThe maximum amount of time in milliseconds that execution or tuning can take.
Events
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when this property changes. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | If you attempt to set this to a value less than or equal to zero. |
| ObjectDisposedException | If this CogOCVMaxRunParams object has already been disposed. |
Remarks
If TimeoutEnabled this is the maximum amount of time in milliseconds that Execute(CogImage8Grey, ICogRegion, CogOCVMaxRunParams) or Tune(ArrayList) tune will take before processing stops.
See Also