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