CogOCFontModel Description Property Cognex VisionPro 9.8 SR1
Description simply provides a string for the user to store additional information or comments about their font model.

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

public string Description { get; set; }

Property Value

Type: String
Events

Event TypeReason
CogOCFontModel Changed

Fires when this property changes.

The following state flag may be affected:

Remarks

A text string that provides information about this model. You can use this property to store any data.

See Also