 | 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
Syntaxpublic static CVA CreateExt(
CGXNETCore gxNetShared,
int type,
int rows,
int cols
)
public static CVA CreateExt(
CGXNETCore gxNetShared,
int type,
int rows,
int cols
)
Public Shared Function CreateExt (
gxNetShared As CGXNETCore,
type As Integer,
rows As Integer,
cols As Integer
) As CVA
Public Shared Function CreateExt (
gxNetShared As CGXNETCore,
type As Integer,
rows As Integer,
cols As Integer
) As CVA
public:
static CVA^ CreateExt(
CGXNETCore^ gxNetShared,
int type,
int rows,
int cols
)
public:
static CVA^ CreateExt(
CGXNETCore^ gxNetShared,
int type,
int rows,
int cols
)
static member CreateExt :
gxNetShared : CGXNETCore *
type : int *
rows : int *
cols : int -> CVA
static member CreateExt :
gxNetShared : CGXNETCore *
type : int *
rows : int *
cols : int -> CVA
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:
CVAVA, aborts if creation fails
RemarksSee Create_VV
See Also