Click or drag to resize
CVACreateExt Method
Create a VA, using one of the <define>GS_TYPES</define> special data types.

Available since Oasis montaj version: 5.0
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 CreateExt(
	CGXNETCore gxNetShared,
	int type,
	int rows,
	int cols
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
type
Type: SystemInt32
<define>GS_TYPES</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, aborts if creation fails
See Also