Namespace: Cognex.Vision.ImplementationAssembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.24.0.0
public abstract ushort this[
int index
] { get; set; }public abstract ushort this[
int index
] { get; set; }Public MustOverride Default Property Item (
index As Integer
) As UShort
Get
Set
Public MustOverride Default Property Item (
index As Integer
) As UShort
Get
Set
public:
virtual property unsigned short default[int index] {
unsigned short get (int index) abstract;
void set (int index, unsigned short value) abstract;
}public:
virtual property unsigned short default[int index] {
unsigned short get (int index) abstract;
void set (int index, unsigned short value) abstract;
}Property Value
Type:
UInt16Implements
IList T Item Int32