Adds a list of interactive graphics to the display.
Namespace: Cognex.VisionPro.DisplayAssembly: Cognex.VisionPro.Display.Controls (in Cognex.VisionPro.Display.Controls.dll) Version: 65.1.0.0 (65.1.0.0)
Syntax
Parameters
- graphics
- Type: Cognex.VisionPro CogGraphicInteractiveCollection
The list of interactive graphics to add to the display.
- groupName
- Type: System String
The name of the graphics group to which to add all of the graphics.
- checkForDuplicates
- Type: System Boolean
If true checks whether graphics is already in the display container.
Exceptions
| Exception | Condition |
|---|---|
| ObjectDisposedException | Thrown when the object is already disposed. |
| CogException | Thrown when any of the arguments are invalid. |
See Also