CogInteractiveGraphicsContainer Item Property Cognex VisionPro 9.22
Returns the item with the specified 0-based index.

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 ICogGraphicInteractive this[
	int index
] { get; }

Parameters

index
Type: System Int32
The zero-based index of the item to get.

Property Value

Type: ICogGraphicInteractive
The specified item.
Exceptions

ExceptionCondition
ObjectDisposedException Thrown when the object is already disposed.
CogException Thrown when an invalid index is used.
See Also