CogOCVMaxPatternCharacterChangedEventArgs Constructor Cognex VisionPro 9.10
Construct the CogOCVMaxPatternCharacterChangedEventArgs object with the supplied paragraph index, line index, character index, and position valid value.

Namespace: Cognex.VisionPro.OCVMax
Assembly: Cognex.VisionPro.OCVMax (in Cognex.VisionPro.OCVMax.dll) Version: 79.0.0.0
Syntax

public CogOCVMaxPatternCharacterChangedEventArgs(
	int iP,
	int iL,
	int iC,
	bool posValid
)

Parameters

iP
Type: System Int32
The System::Int32 paragraph index.
iL
Type: System Int32
The System::Int32 line index.
iC
Type: System Int32
The System::Int32 character index.
posValid
Type: System Boolean
Whether or not the position reported by this event is valid.
See Also