CogOCRMaxFieldingDefinitionCollection Add Method Cognex VisionPro 9.22
Append the supplied fielding definition to the end of the collection.

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

public int Add(
	CogOCRMaxFieldingDefinition value
)

Return Value

Type: Int32
The index of the newly added fieldind definition.
Events

Exceptions

ExceptionCondition
ArgumentNullException If the supplied argument is null.
See Also