CogDisplay LostAndFound Property Cognex VisionPro 9.22
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: 87.0.0.0 (87.0.0.0)
Syntax

public virtual CogGraphicCollection LostAndFound { get; }

Property Value

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

ExceptionCondition
AxHost InvalidActiveXStateException Thrown when the display control is invalid.
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