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

Available since Oasis montaj version: 5.0.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public void ReadRow(
	int i1,
	int i2,
	int i3,
	CVV oVV4
)

Parameters

i1
Type: SystemInt32
iBy - element # in y (row #)
i2
Type: SystemInt32
iBx - begining element # in x to read (0 is the first)
i3
Type: SystemInt32
iNx - # elements to read (0 for whole vector)
oVV4
Type: GeoEngine.Core.GXNetCVV
hVV - VV handle
See Also