ICog3DDisplayV2 Remove Method (Cog3DVisionDataGraphicBase)Cognex VisionPro
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: 65.1.0.0 (65.1.0.0)
Syntax

void Remove(
	Cog3DVisionDataGraphicBase visionDataGraphic
)
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