Click or drag to resize

CPGWriteRow Method

Write a set of elements in Y (row) 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 WriteRow(
	int row,
	int o,
	int n,
	CVV vv
)

public void WriteRow(
	int row,
	int o,
	int n,
	CVV vv
)

Parameters

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