Click or drag to resize

CPGWriteCol Method

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

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

public void WriteCol(
	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 write (0 is the first)
n
Type: SystemInt32
iNy - # elements to write (0 for whole vector)
vv
Type: GeoEngine.Core.GXNetXCVV
hVV - VV handle
See Also