Click or drag to resize
CVASetVV Method
Set a row or column of data in an array from a VV.

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 SetVV(
	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 from which to get data
See Also