CogOCVMaxPatternParagraphAddedEventArgs Constructor Cognex VisionPro 9.21
Construct the CogOCVMaxPatternParagraphAddedEventArgs object with the supplied paragraph index and count of added paragraphs.

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

public CogOCVMaxPatternParagraphAddedEventArgs(
	int iP,
	int nP
)

Parameters

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