ICog3DDisplayV2 Remove Method (Cog3DGeometryGraphicBase)Cognex VisionPro 9.23
Removes the given Cog3DGeometryGraphicBase from the display

Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro3D.Display.Controls (in Cognex.VisionPro3D.Display.Controls.dll) Version: 91.0.0.0 (91.0.0.0)
Syntax

void Remove(
	Cog3DGeometryGraphicBase geometryGraphic
)

Parameters

geometryGraphic
Type: Cognex.VisionPro3D Cog3DGeometryGraphicBase
The Cog3DGeometryGraphicBase to remove from the display
Exceptions

ExceptionCondition
ArgumentNullException Throws an exception if the geometryGraphic is null.
ArgumentException Throws an exception if the geometryGraphic is not on the display.
See Also