Removes the given Cog3DGeometryGraphicBase from the display
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D.Display.Controls (in Cognex.VisionPro3D.Display.Controls.dll) Version: 91.0.0.0 (91.0.0.0)
Syntax
Parameters
- geometryGraphic
- Type: Cognex.VisionPro3D Cog3DGeometryGraphicBase
The Cog3DGeometryGraphicBase to remove from the display
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | Throws an exception if the geometryGraphic is null. |
| ArgumentException | Throws an exception if the geometryGraphic is not on the display. |
See Also