CogOCVMaxPattern RemoveParagraph Method Cognex VisionPro
Removes the paragraph specified by the paragraph iterator from the arrangement.

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

public void RemoveParagraph(
	CogOCVMaxParagraphIterator pTarget
)

Parameters

pTarget
Type: Cognex.VisionPro.OCVMax CogOCVMaxParagraphIterator
A CogOCVMaxParagraphIterator that specifies the paragraph to remove. May not be NULL.
Events

Exceptions

ExceptionCondition
ObjectDisposedExceptionIf this CogOCVMaxPattern object has already been disposed.
ArgumentNullExceptionIf pTarget argument is NULL.
ArgumentExceptionIf the supplied paragraph iterator does not reference this CogOCVMaxPattern object.
InvalidOperationExceptionIf the paragraph iterator does not specify a valid position.
See Also