Gets or sets the maximum execution time (in msec) allowed when a
PMRedLine tool is trained. This value only applies if
TrainTimeoutEnabled
is set to "true".
Namespace: Cognex.VisionPro.PMRedLineAssembly: Cognex.VisionPro.PMRedLine (in Cognex.VisionPro.PMRedLine.dll) Version: 87.1.0.0
Syntax
Property Value
Type: DoubleThe maximum training time allowed (in milliseconds). Default value is 5000.
Events
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when this property changes. The following state flag may be affected: |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | The supplied value is less than zero. |
Remarks
See Also