Returns the item with the specified 0-based index.
Namespace: Cognex.VisionPro.DisplayAssembly: Cognex.VisionPro.Display.Controls (in Cognex.VisionPro.Display.Controls.dll) Version: 69.0.0.0 (69.0.0.0)
Syntax
Parameters
- index
- Type: System Int32
The zero-based index of the item to get.
Property Value
Type: ICogGraphicInteractiveThe specified item.
Exceptions
| Exception | Condition |
|---|---|
| ObjectDisposedException | Thrown when the object is already disposed. |
| CogException | Thrown when an invalid index is used. |
See Also