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.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
See Create_VV
Syntax
public static CVA CreateVV(
	CGXNETCore gxNetShared,
	CVV vv,
	int rows,
	int columns
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
vv
Type: GeoEngine.Core.GXNetXCVV
VV with the data
rows
Type: SystemInt32
# of rows
columns
Type: SystemInt32
# of columns

Return Value

Type: CVA
VA, aborts if creation fails
See Also