CogOCVMaxPattern TrainTimeout Property Cognex VisionPro
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: 65.1.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
ArgumentOutOfRangeExceptionThe timeout value is less than or equal to zero.
ObjectDisposedExceptionIf this CogOCVMaxPattern object has already been disposed.
See Also