Cog3DPatMaxPattern TrainTimeoutEnabled Property Cognex VisionPro 9.22
Gets or sets whether to enable the train timeout.

Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 87.0.0.0
Syntax

public bool TrainTimeoutEnabled { get; set; }

Property Value

Type: Boolean
"True" if the train timeout is enabled. "False" otherwise. Default value is "false".
Events

Event TypeReason
ICogChangedEvent Changed Fires when this property changes. The following state flag may be affected:
Remarks

If the train timeout is enabled the training of 3DPatMax is halted shortly after the TrainTimeout period expires. If the timeout is disabled the value of the TrainTimeout property is ignored.
See Also