Click or drag to resize

ShortVectorItem 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
Syntax
public short this[
	int position
] { get; set; }

public short this[
	int position
] { get; set; }

Parameters

position
Type: SystemInt32

Property Value

Type: Int16
See Also