CogOCVMaxPoseHelper Font Property Cognex VisionPro
Get or set the font used to compute the desired pose.

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

public CogOCVMaxFont Font { get; set; }

Property Value

Type: CogOCVMaxFont
This read/write property may not be NULL.
Events

Exceptions

ExceptionCondition
ArgumentNullExceptionIf you attempt to set this to NULL.
See Also