CogOCFont Description Property Cognex VisionPro 9.5
Description simply provides a string for the user to store additional information or comments about their font.

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

public string Description { get; set; }

Property Value

Type: String
Events

Event TypeReason
CogOCFont Changed

Fires when this property changes.

The following state flag may be affected:

Remarks

A string that you can use to store a description of this font, or other information.

See Also