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