CogOCVCharacterPosition DeleteFontModel Method Cognex VisionPro 9.7
Delete the font model specified by Index from the list of model candidates to be verified at this character position. FontModelCount will decrement by one.

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

public void DeleteFontModel(
	int index
)

Parameters

index
Type: System Int32

The zero-based index of the model to delete.

Events

Exceptions

ExceptionCondition
ArgumentException

index is < 0 or >= FontModelCount.

Remarks

Delete the specified model from the list of model candidates to be verified at this character position. Calling this function will cause FontModelCount to decrease by one.

See Also