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.0.0.0
public virtual CogStatistics this[
int index
] { get; set; }public virtual CogStatistics this[
int index
] { get; set; }Public Overridable Default Property Item (
index As Integer
) As CogStatistics
Get
Set
Public Overridable Default Property Item (
index As Integer
) As CogStatistics
Get
Set
public:
virtual property CogStatistics^ default[int index] {
CogStatistics^ get (int index);
void set (int index, CogStatistics^ value);
}public:
virtual property CogStatistics^ default[int index] {
CogStatistics^ get (int index);
void set (int index, CogStatistics^ value);
}Property Value
Type:
CogStatistics