Gets or sets the item at the specified index. In C#, this property is the indexer for the collection.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 75.0.0.0
public virtual ICogGraphicInteractive this[
int index
] { get; set; }public virtual ICogGraphicInteractive this[
int index
] { get; set; }Public Overridable Default Property Item (
index As Integer
) As ICogGraphicInteractive
Get
Set
Public Overridable Default Property Item (
index As Integer
) As ICogGraphicInteractive
Get
Set
public:
virtual property ICogGraphicInteractive^ default[int index] {
ICogGraphicInteractive^ get (int index);
void set (int index, ICogGraphicInteractive^ value);
}public:
virtual property ICogGraphicInteractive^ default[int index] {
ICogGraphicInteractive^ get (int index);
void set (int index, ICogGraphicInteractive^ value);
}Parameters
- index
- Type: System Int32
The index of the item to get or set.
Property Value
Type:
ICogGraphicInteractive