Click or drag to resize
CVACreateVV Method
Create a VA using the data in a VV.

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
See Create_VV
Syntax
public static CVA CreateVV(
	CVV oVV1,
	int i2,
	int i3
)

Parameters

oVV1
Type: GeoEngine.Core.GXNetCVV
VV with the data
i2
Type: SystemInt32
# of rows
i3
Type: SystemInt32
# of columns

Return Value

Type: CVA
VA, aborts if creation fails
See Also