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
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public void SetVV(
	int no,
	int row_col,
	CVV vv
)

Parameters

no
Type: SystemInt32
Row or Column # (0 is first)
row_col
Type: SystemInt32
<define>VA_OBJECT</define>
vv
Type: GeoEngine.Core.GXNetXCVV
VV from which to get data
See Also