CogDisplay LostAndFound Property Cognex VisionPro 9.7
Gets the graphics that could not be rendered in the display.

Namespace: Cognex.VisionPro.Display
Assembly: Cognex.VisionPro.Display.Controls (in Cognex.VisionPro.Display.Controls.dll) Version: 73.0.0.0 (73.0.0.0)
Syntax

public virtual CogGraphicCollection LostAndFound { get; }

Property Value

Type: CogGraphicCollection
The graphics that could not be rendered in the display.
Exceptions

Remarks

The interactive and static graphics in the lost-and-found list are those whose space name could not be resolved by the display control.

See Also