Click or drag to resize

CPGReadCol Method

Read a set of elements in X (column) from pager into vv

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void ReadCol(
	int col,
	int o,
	int n,
	CVV vv
)

public void ReadCol(
	int col,
	int o,
	int n,
	CVV vv
)

Parameters

col
Type: SystemInt32
iBx - element # in x (column #)
o
Type: SystemInt32
iBy - begining element # in y to read (0 is the first)
n
Type: SystemInt32
iNy - # elements to read (0 for whole vector)
vv
Type: GeoEngine.Core.GXNetXCVV
hVV - VV handle
See Also