CogOCFont TimeoutEnabled Property Cognex VisionPro 9.5
If true then the Timeout property limits the amount of time allowed for compilation of the font. If false then timeout is disabled and the Timeout property is ignored.

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

public bool TimeoutEnabled { get; set; }

Property Value

Type: Boolean
Events

Event TypeReason
CogOCFont Changed

Fires when this property changes.

The following state flag may be affected:

Remarks

Sets or gets whether the Timeout property specifies the maximum amount of time allowed to compile the font. If this property is False, the Timeout property is ignored.

Default Value: False

See Also