CogOCVMaxFont GetAvailableCharacterKeys Method Cognex VisionPro 9.7
Provide a list of each character key available in this font.

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

public int[] GetAvailableCharacterKeys()

Return Value

Type:  Int32 
A System::Array of System::Int32 corresponding to each available character key.
Exceptions

ExceptionCondition
ObjectDisposedExceptionIf this CogOCVMaxFont object has already been disposed.
InvalidOperationExceptionIf a font has not yet been imported, or if an internal error occurs.
See Also