 | CVACreate Method |
Create a VA.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static CVA Create(
CGXNETCore gxNetShared,
int type,
int rows,
int cols
)
public static CVA Create(
CGXNETCore gxNetShared,
int type,
int rows,
int cols
)
Public Shared Function Create (
gxNetShared As CGXNETCore,
type As Integer,
rows As Integer,
cols As Integer
) As CVA
Public Shared Function Create (
gxNetShared As CGXNETCore,
type As Integer,
rows As Integer,
cols As Integer
) As CVA
public:
static CVA^ Create(
CGXNETCore^ gxNetShared,
int type,
int rows,
int cols
)
public:
static CVA^ Create(
CGXNETCore^ gxNetShared,
int type,
int rows,
int cols
)
static member Create :
gxNetShared : CGXNETCore *
type : int *
rows : int *
cols : int -> CVA
static member Create :
gxNetShared : CGXNETCore *
type : int *
rows : int *
cols : int -> CVA
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:
CVAVA Object
See Also