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