CogOCVMaxPattern TrainTimeoutEnabled Property Cognex VisionPro 9.22
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: 87.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