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

Available since Oasis montaj version: 6.2.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 WriteRow3D(
	int i1,
	int i2,
	int i3,
	int i4,
	CVV oVV5
)

Parameters

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