CogCenterPointsToLines TimeoutEnabled Property Cognex VisionPro 9.5
Whether the Execute method should be stopped after Timeout milliseconds.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.CorePlus (in Cognex.VisionPro.CorePlus.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 Changed Fires when the value of this property changes.
See Also