Cog3DRangeImagePlaneEstimator TimeoutEnabled Property Cognex VisionPro
Gets or sets whether to enable the timeout.

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

public bool TimeoutEnabled { get; set; }

Property Value

Type: Boolean
"True" if the 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 timeout is enabled the execution of the plane estimator will be halted shortly after the Timeout period expires. If the timeout is disabled the value of the Timeout property is ignored.
See Also