ICog3DDisplayV2 GetLostAndFoundGeometryGraphics Method Cognex VisionPro 9.21
Returns all the Cog3DGeometryGraphicBase graphic items that has been added to the display but its SelectedSpaceName3D could not be resolved because either: - the SelectedSpaceName3D of the geometry graphic can not be found in the associated VisionData's 3D coordinate space tree - or there is something wrong with the associated VisionData's 3D coordinate space tree and therefore it could not be rendered

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

List<Cog3DGeometryGraphicBase> GetLostAndFoundGeometryGraphics()

Return Value

Type: List Cog3DGeometryGraphicBase 
Returns all the Cog3DGeometryGraphicBase graphic items that has been added to the display but its SelectedSpaceName3D could not be resolved
See Also