Click or drag to resize
CPGReadRow3D Method
Read a set of elements in Y (row) from pager into vv

Available since Oasis montaj version: 6.2
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public void ReadRow3D(
	int slice,
	int row,
	int o,
	int n,
	CVV vv
)

Parameters

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