Cog3DDisplayV2 RemoveGeometryGraphicByIndex Method Cognex VisionPro
Removes the given Cog3DGeometryGraphicBase from the display at the given index

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

public void RemoveGeometryGraphicByIndex(
	int index
)

Parameters

index
Type: System Int32
The zero based index of the item to remove

Implements

ICog3DDisplayV2 RemoveGeometryGraphicByIndex(Int32)
Exceptions

ExceptionCondition
ArgumentException Throws an exception if the index is outside of the graphic collection's boundaries.
See Also