Click or drag to resize
CVACreate Method
Create a VA.

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 static CVA Create(
	CGXNETCore gxNetShared,
	int type,
	int rows,
	int cols
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
type
Type: SystemInt32
<define>GEO_VAR</define>
rows
Type: SystemInt32
Maximum number of rows in the VA, >= 0
cols
Type: SystemInt32
Number of columns in the VA, > 0

Return Value

Type: CVA
VA Object
See Also