Gets or sets the item with the specified index or key. In C#, this property is the indexer for the collection.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 87.1.0.0
public virtual string this[
int index
] { get; set; }public virtual string this[
int index
] { get; set; }Public Overridable Default Property Item (
index As Integer
) As String
Get
Set
Public Overridable Default Property Item (
index As Integer
) As String
Get
Set
public:
virtual property String^ default[int index] {
String^ get (int index);
void set (int index, String^ value);
}public:
virtual property String^ default[int index] {
String^ get (int index);
void set (int index, String^ value);
}Property Value
Type:
String