Gets or sets whether the pattern is allowed to time out when executing or tuning with these run parameters.
Namespace: Cognex.VisionPro.OCVMaxAssembly: Cognex.VisionPro.OCVMax (in Cognex.VisionPro.OCVMax.dll) Version: 65.1.0.0
Syntax
Property Value
Type: BooleanWhether the pattern is allowed to time out.
Events
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when this property changes. |
Exceptions
| Exception | Condition |
|---|---|
| ObjectDisposedException | If this CogOCVMaxRunParams object has already been disposed. |
Remarks
If execution times out, Execute(CogImage8Grey, ICogRegion, CogOCVMaxRunParams) may return partial results.
See Also