 | UShortVectorItem 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 ushort this[
int position
] { get; set; }
public ushort this[
int position
] { get; set; }
Public Default Property Item (
position As Integer
) As UShort
Get
Set
Public Default Property Item (
position As Integer
) As UShort
Get
Set
public:
property unsigned short default[int position] {
unsigned short get (int position);
void set (int position, unsigned short value);
}
public:
property unsigned short default[int position] {
unsigned short get (int position);
void set (int position, unsigned short value);
}
member Item : uint16 with get, set
member Item : uint16 with get, set
Parameters
- position
- Type: SystemInt32
Property Value
Type:
UInt16
See Also