Cog3DDisplayV2WF Remove Method (Cog3DVisionDataGraphicBase)Cognex VisionPro 9.8
Removes the given Cog3DVisionDataGraphicBase from the display with all of its associated geometry graphics.

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

public void Remove(
	Cog3DVisionDataGraphicBase visionDataGraphic
)

Implements

ICog3DDisplayV2 Remove(Cog3DVisionDataGraphicBase)
Exceptions

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