CogOCVMaxPatternParagraphRemovedEventArgs Constructor Cognex VisionPro 9.20
Construct the CogOCVMaxPatternParagraphRemovedEventArgs object with the supplied paragraph index and count of removed paragraphs.

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

public CogOCVMaxPatternParagraphRemovedEventArgs(
	int iP,
	int nP
)

Parameters

iP
Type: System Int32
The System::Int32 paragraph index.
nP
Type: System Int32
The System::Int32 count of removed paragraphs.
See Also