Click or drag to resize
CPGReadCol Method
Read a set of elements in X (column) from pager into vv

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
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