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