CogOCVMaxPattern TrainTimeoutEnabled Property Cognex VisionPro 9.5
Gets or sets whether the pattern is allowed to time out during training.

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

public bool TrainTimeoutEnabled { get; set; }

Property Value

Type: Boolean
True if the pattern is allowed to time out during training.
Events

Exceptions

ExceptionCondition
ObjectDisposedExceptionIf this CogOCVMaxPattern object has already been disposed.
See Also