CogOCVMaxPatternParagraphChangedEventArgs Constructor Cognex VisionPro 9.21
Construct the CogOCVMaxPatternParagraphChangedEventArgs object with the supplied paragraph index and position valid value.

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

public CogOCVMaxPatternParagraphChangedEventArgs(
	int iP,
	bool posValid
)

Parameters

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