CogOCVPattern RunTimeTimeoutEnabled Property Cognex VisionPro 9.5
If true then the RunTimeTimeout property limits the execution time of the OCV inspection. If false then timeout is disabled and the RunTimeTimeout property is ignored.

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

public bool RunTimeTimeoutEnabled { get; set; }

Property Value

Type: Boolean
Events

Event TypeReason
CogOCVPattern Changed

Fires when this property changes.

The following state flag may be affected:

Remarks

If true then the RunTimeTimeout property limits the execution time of the OCV inspection. If false then timeout value ignored.

Default Value: False

See Also