Click or drag to resize
CVACreate Method
Create a VA.

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 static CVA Create(
	int i1,
	int i2,
	int i3
)

Parameters

i1
Type: SystemInt32
See GEO_VARConstant
i2
Type: SystemInt32
Maximum number of rows in the VA, >= 0
i3
Type: SystemInt32
Number of columns in the VA, > 0

Return Value

Type: CVA
VA Object
See Also