Click or drag to resize

CVACreateExt Method

Create a VA, using one of the <define>GS_TYPES</define> special data types.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public static CVA CreateExt(
	CGXNETCore gxNetShared,
	int type,
	int rows,
	int cols
)

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
Remarks
See Create_VV
See Also