ICog3DDisplayV2 Remove Method (String)Cognex VisionPro 9.5
Removes all the Cog3DVisionDataGraphicBase and Cog3DGeometryGraphicBase graphics from the display from the specified group. NOTE: when it removes a Cog3DVisionDataGraphicBase all of its associated geometry graphics will be removed regardless of which group they are in.

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

void Remove(
	string groupName
)

Parameters

groupName
Type: System String
The name of the logical group to add the item to. The groupName is case insensitive.
See Also