Cog3DDisplayV2 GetGeometryGraphic Method Cognex VisionPro 9.7
Returns a Cog3DGeometryGraphicBase item at the given index

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

Implements

ICog3DDisplayV2 GetGeometryGraphic(Int32)
See Also