ICog3DDisplayV2 GetGeometryGraphic Method Cognex VisionPro 9.8 SR1
Returns a Cog3DGeometryGraphicBase item at the given index

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

Cog3DGeometryGraphicBase GetGeometryGraphic(
	int index
)

Parameters

index
Type: System Int32
the zero based index of the Cog3DGeometryGraphicBase item to return

Return Value

Type: Cog3DGeometryGraphicBase
The Cog3DGeometryGraphicBase item at the given index
See Also