CogOCVMaxPattern RemoveParagraph Method Cognex VisionPro 9.20
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: 80.0.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.
InvalidOperationExceptionIf the paragraph iterator does not specify a valid position.
ArgumentNullExceptionIf pTarget argument is NULL.
ArgumentExceptionIf the supplied paragraph iterator does not reference this CogOCVMaxPattern object.
See Also