Gets the item at the specified index. In C#, this property is the indexer for the collection.
Namespace: Cognex.VisionPro.PMAlignAssembly: Cognex.VisionPro.PMAlign (in Cognex.VisionPro.PMAlign.dll) Version: 87.1.0.0
public virtual CogPMAlignResult this[
int index
] { get; }public virtual CogPMAlignResult this[
int index
] { get; }Public Overridable ReadOnly Default Property Item (
index As Integer
) As CogPMAlignResult
Get
Public Overridable ReadOnly Default Property Item (
index As Integer
) As CogPMAlignResult
Get
public:
virtual property CogPMAlignResult^ default[int index] {
CogPMAlignResult^ get (int index);
}public:
virtual property CogPMAlignResult^ default[int index] {
CogPMAlignResult^ get (int index);
}Parameters
- index
- Type: System Int32
The index of the item to get.
Property Value
Type:
CogPMAlignResult