Click or drag to resize

VectorInternalItem Method

Access an item at a particular index

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
protected void* InternalItem(
	int position
)

protected void* InternalItem(
	int position
)

Parameters

position
Type: SystemInt32

Return Value

Type: Void*
See Also