Removes the given Cog3DVisionDataGraphicBase from the display with all of its associated geometry graphics.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D.Display.Controls (in Cognex.VisionPro3D.Display.Controls.dll) Version: 65.1.0.0 (65.1.0.0)
Syntax
Parameters
- visionDataGraphic
- Type: Cognex.VisionPro3D Cog3DVisionDataGraphicBase
Implements
ICog3DDisplayV2 Remove(Cog3DVisionDataGraphicBase)Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | Throws an exception if the visionDataGraphic is null. |
| ArgumentException | Throws an exception if the visionDataGraphic is not on the display. |
See Also