Removes the given Cog3DGeometryGraphicBase from the display at the given index
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D.Display.Controls (in Cognex.VisionPro3D.Display.Controls.dll) Version: 75.1.0.0 (75.1.0.0)
Syntax
Parameters
- index
- Type: System Int32
The zero based index of the item to remove
Implements
ICog3DDisplayV2 RemoveGeometryGraphicByIndex(Int32)Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | Throws an exception if the index is outside of the graphic collection's boundaries. |
See Also