If TrainTimeoutEnabled is True, this is the maximum amount of time in milliseconds that TrainTimeoutEnabledcan run.
Namespace: Cognex.VisionPro.OCVMaxAssembly: Cognex.VisionPro.OCVMax (in Cognex.VisionPro.OCVMax.dll) Version: 83.0.0.0
Syntax
Property Value
Type: DoubleThe maximum amount of time in milliseconds to train the pattern.
Events
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when this property changes. |
Exceptions
| Exception | Condition |
|---|---|
| ObjectDisposedException | If this CogOCVMaxPattern object has already been disposed. |
| ArgumentOutOfRangeException | The timeout value is less than or equal to zero. |
See Also