 | CVACreateVV Method |
Create a VA using the data in a VV.
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static CVA CreateVV(
CVV vv,
int rows,
int columns
)
public static CVA CreateVV(
CVV vv,
int rows,
int columns
)
Public Shared Function CreateVV (
vv As CVV,
rows As Integer,
columns As Integer
) As CVA
Public Shared Function CreateVV (
vv As CVV,
rows As Integer,
columns As Integer
) As CVA
public:
static CVA^ CreateVV(
CVV^ vv,
int rows,
int columns
)
public:
static CVA^ CreateVV(
CVV^ vv,
int rows,
int columns
)
static member CreateVV :
vv : CVV *
rows : int *
columns : int -> CVA
static member CreateVV :
vv : CVV *
rows : int *
columns : int -> CVA
Parameters
- vv
- Type: GeoEngine.Core.GXNetCVV
VV with the data - rows
- Type: SystemInt32
# of rows - columns
- Type: SystemInt32
# of columns
Return Value
Type:
CVAVA, aborts if creation fails
RemarksSee Create_VV
See Also