CogOCRMaxSwapCharSet Contains Method Cognex VisionPro 9.5
Returns whether any swap character group in this set contains characterCode.

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

public bool Contains(
	int characterCode
)

Parameters

characterCode
Type: System Int32
The character code of interest.

Return Value

Type: Boolean
Exceptions

ExceptionCondition
ObjectDisposedException Thrown if the object is disposed.
See Also