Cog3DDisplayV2 GetGeometryGraphics Method (String)Cognex VisionPro 9.7
Returns all the Cog3DGeometryGraphicBase from the given group

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 List<Cog3DGeometryGraphicBase> GetGeometryGraphics(
	string groupName
)

Parameters

groupName
Type: System String
The name of the group to return the Cog3DGeometryGraphicBase from. The groupName is case insensitive.

Return Value

Type: List Cog3DGeometryGraphicBase 
Returns all the Cog3DGeometryGraphicBase from the given group

Implements

ICog3DDisplayV2 GetGeometryGraphics(String)
See Also