CogOCVMaxPatternLineRemovedEventArgs Constructor Cognex VisionPro 9.20
Construct the CogOCVMaxPatternLineRemovedEventArgs object with the supplied paragraph index, line index, and count of removed lines.

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

public CogOCVMaxPatternLineRemovedEventArgs(
	int iP,
	int iL,
	int nL
)

Parameters

iP
Type: System Int32
The System::Int32 paragraph index.
iL
Type: System Int32
The System::Int32 line index.
nL
Type: System Int32
The System::Int32 count of removed lines.
See Also