CogInteractiveGraphicsContainer Remove Method (String)Cognex VisionPro 9.22
Removes all of the graphics in the specified group from the display.

Namespace: Cognex.VisionPro.Display
Assembly: Cognex.VisionPro.Display.Controls (in Cognex.VisionPro.Display.Controls.dll) Version: 87.0.0.0 (87.0.0.0)
Syntax

public virtual void Remove(
	string GroupName
)

Parameters

GroupName
Type: System String
The name of the graphics group to remove from the display.
Exceptions

ExceptionCondition
ObjectDisposedException Thrown when the object is already disposed.
CogException Thrown when an illegal name of the group is used.
See Also