Click or drag to resize

CPGWriteTrace3D Method

Write a set of elements in Z (trace) 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 WriteTrace3D(
	int col,
	int row,
	int o,
	int n,
	CVV vv
)

public void WriteTrace3D(
	int col,
	int row,
	int o,
	int n,
	CVV vv
)

Parameters

col
Type: SystemInt32
iBx - element # in x (column #)
row
Type: SystemInt32
iBy - element # in y (row #)
o
Type: SystemInt32
iBy - begining element # in z 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