CogOCVMaxRunParams Timeout Property Cognex VisionPro 9.5
Gets or sets the maximum amount of time in milliseconds that execution of tuning can take.

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

public double Timeout { get; set; }

Property Value

Type: Double
The maximum amount of time in milliseconds that execution or tuning can take.
Events

Exceptions

ExceptionCondition
ArgumentOutOfRangeExceptionIf you attempt to set this to a value less than or equal to zero.
ObjectDisposedExceptionIf 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