 | ByteVectorItem Property |
Get or set the value at a particular index in the array
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic byte this[
int position
] { get; set; }
public byte this[
int position
] { get; set; }
Public Default Property Item (
position As Integer
) As Byte
Get
Set
Public Default Property Item (
position As Integer
) As Byte
Get
Set
public:
property unsigned char default[int position] {
unsigned char get (int position);
void set (int position, unsigned char value);
}
public:
property unsigned char default[int position] {
unsigned char get (int position);
void set (int position, unsigned char value);
}
member Item : byte with get, set
member Item : byte with get, set
Parameters
- position
- Type: SystemInt32
Property Value
Type:
Byte
See Also