Click or drag to resize
CVACreateExt Method
Create a VA, using one of the GS_TYPESConstant special data types.

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)
Notes
See Create_VV
Syntax
public static CVA CreateExt(
	int i1,
	int i2,
	int i3
)

Parameters

i1
Type: SystemInt32
See GS_TYPESConstant
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, aborts if creation fails
See Also