Namespace: Cognex.VisionPro.ImplementationAssembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 91.0.0.0 (91.0.0.0)
public Object this[
int index
] { get; set; }public Object this[
int index
] { get; set; }Public Default Property Item (
index As Integer
) As Object
Get
Set
Public Default Property Item (
index As Integer
) As Object
Get
Set
public:
virtual property Object^ default[int index] {
Object^ get (int index) sealed;
void set (int index, Object^ value) sealed;
}public:
virtual property Object^ default[int index] {
Object^ get (int index) sealed;
void set (int index, Object^ value) sealed;
}Parameters
- index
- Type: System Int32
Property Value
Type:
ObjectImplements
IList Item Int32