CogInteractiveGraphicsContainer Remove Method (Int32)Cognex VisionPro 9.8
Removes the interactive graphic at specified index from the display

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

public virtual void Remove(
	int Index
)
Exceptions

ExceptionCondition
ObjectDisposedException Thrown when the object is already disposed.
CogException Thrown when an invalid index is used.
See Also