CogSearchMaxPattern TrainTimeoutEnabled Property Cognex VisionPro 9.7
Gets or sets whether to enable a train timeout. If true then the execution time of the SearchMax train operation is limited by the TrainTimeout. If false, then timeout is disabled and the TrainTimeout property is ignored.

Namespace: Cognex.VisionPro.SearchMax
Assembly: Cognex.VisionPro.SearchMax (in Cognex.VisionPro.SearchMax.dll) Version: 73.0.0.0
Syntax

public bool TrainTimeoutEnabled { get; set; }

Property Value

Type: Boolean
True if TrainTimeout is enabled; otherwise, false. Default value is false.
Events

Event TypeReason
ICogChangedEvent Changed

Fires when this property changes.

The following state flag may be affected:

  • SfTrainTimeoutEnabled
See Also