CogOCVMaxPattern TrainTimeout Property Cognex VisionPro 9.22
If TrainTimeoutEnabled is True, this is the maximum amount of time in milliseconds that TrainTimeoutEnabledcan run.

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

public double TrainTimeout { get; set; }

Property Value

Type: Double
The maximum amount of time in milliseconds to train the pattern.
Events

Exceptions

ExceptionCondition
ObjectDisposedExceptionIf this CogOCVMaxPattern object has already been disposed.
ArgumentOutOfRangeExceptionThe timeout value is less than or equal to zero.
See Also