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