CogOCVMaxRunParams TimeoutEnabled Property Cognex VisionPro
Gets or sets whether the pattern is allowed to time out when executing or tuning with these run parameters.

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

public bool TimeoutEnabled { get; set; }

Property Value

Type: Boolean
Whether the pattern is allowed to time out.
Events

Exceptions

ExceptionCondition
ObjectDisposedExceptionIf this CogOCVMaxRunParams object has already been disposed.
Remarks

If execution times out, Execute(CogImage8Grey, ICogRegion, CogOCVMaxRunParams) may return partial results.

See Also