Cog3DDisplayV2 Remove Method (String)Cognex VisionPro 9.7
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: 73.0.0.0 (73.0.0.0)
Syntax

public 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.

Implements

ICog3DDisplayV2 Remove(String)
See Also