Cog3DDisplayV2WF Remove Method (Cog3DGeometryGraphicBase)Cognex VisionPro 9.5
Removes the given Cog3DGeometryGraphicBase from the display

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

public void Remove(
	Cog3DGeometryGraphicBase geometryGraphic
)

Parameters

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

Implements

ICog3DDisplayV2 Remove(Cog3DGeometryGraphicBase)
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