CogOCVMaxPattern TunedRunTimeout Property Cognex VisionPro 9.21
Gets the run timeout value in milliseconds generated during the most recent call to to Tune .

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

public double TunedRunTimeout { get; }

Property Value

Type: Double
The run timeout value in milliseconds generated during the most recent call to to Tune .
Remarks

If Tune  has not been called, the value of this property the default run timeout.

See Also