Click or drag to resize
CVAGetVV Method
Get a row or column of data as a VV from an array.

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

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

Parameters

i1
Type: SystemInt32
Row or Column # (0 is first)
i2
Type: SystemInt32
See VA_OBJECTConstant
oVV3
Type: GeoEngine.Core.GXNetCVV
VV in which to place data
See Also