Click or drag to resize

CVA.iGetArray Method

Get an array of data from a VA.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public void iGetArray(
	int start_row,
	int start_col,
	int rows,
	int cols,
	byte* data,
	int gs_type
)

public void iGetArray(
	int start_row,
	int start_col,
	int rows,
	int cols,
	byte* data,
	int gs_type
)

Parameters

start_row
Type: System.Int32
Starting Row
start_col
Type: System.Int32
Starting Column
rows
Type: System.Int32
# rows
cols
Type: System.Int32
# cols
data
Type: System.Byte*
Data buffer to copy VA data into
gs_type
Type: System.Int32
<define>GS_TYPES</define>
See Also