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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public void GetVV(
	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 in which to place data
See Also