CogOCRMaxSwapCharSet GetSwapCharacters Method Cognex VisionPro
Get a copy of all swap character groups in this set.

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

public CogOCRMaxSwapChar[] GetSwapCharacters()

Return Value

Type:  CogOCRMaxSwapChar 
Exceptions

ExceptionCondition
CogOCRMaxSwapCharParamsException Thrown if if Degen() is true for any element of swapCharacters.
ObjectDisposedException Thrown if the object is disposed.
Remarks

By transitivity, all groups that share a same member character with one another will be merged into a single group.

See Also