CogPMAlignComposite TimeoutEnabled Property Cognex VisionPro 9.5
Gets or sets whether composite training is allowed to time out. If true, the composite training is limited by the Timeout value.

Namespace: Cognex.VisionPro.PMAlign
Assembly: Cognex.VisionPro.PMAlign (in Cognex.VisionPro.PMAlign.dll) Version: 69.0.0.0
Syntax

public bool TimeoutEnabled { get; set; }

Property Value

Type: Boolean
The default value is false.
Events

Event TypeReason
ICogChangedEvent ChangedFires when this property changes. The SfTimeoutEnabled state flag may be affected.
See Also