Removes the character specified by the supplied character iterator from the arrangement.
Namespace: Cognex.VisionPro.OCVMaxAssembly: Cognex.VisionPro.OCVMax (in Cognex.VisionPro.OCVMax.dll) Version: 75.0.0.0
Syntax
Parameters
- pTarget
- Type: Cognex.VisionPro.OCVMax CogOCVMaxCharacterIterator
A CogOCVMaxCharacterIterator that specifies the character to remove. May not be NULL.
Events
| Event Type | Reason |
|---|---|
| CogOCVMaxPattern LineRemoved | Fires when a line is removed from the pattern object. |
| ICogChangedEvent Changed | Fires when the pattern object is modified. |
| CogOCVMaxPattern ParagraphRemoved | Fires when a paragraph is removed from the pattern object. |
| CogOCVMaxPattern CharacterRemoved | Fires when a character is removed from the pattern object. |
Exceptions
| Exception | Condition |
|---|---|
| ObjectDisposedException | If this CogOCVMaxPattern object has already been disposed. |
| InvalidOperationException | If the character iterator does not specify a valid position. |
| ArgumentNullException | If pTarget argument is NULL. |
| ArgumentException | If the supplied character iterator does not reference this CogOCVMaxPattern object. |
Remarks
See Also