CogOCRMaxFielding Constructor (String)Cognex VisionPro
Constructs a new instance of this class, and initializes the FieldString property to the supplied value.

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

public CogOCRMaxFielding(
	string fieldString
)

Parameters

fieldString
Type: System String
Set the FieldString property of this newly constructed CogOCRMaxFielding object to this value. May not be null.
Exceptions

ExceptionCondition
ArgumentNullException If the supplied fieldString argument is null.
See Also