 | CVAGetVV Method |
Get a row or column of data as a VV from an array.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void GetVV(
int no,
int row_col,
CVV vv
)
public void GetVV(
int no,
int row_col,
CVV vv
)
Public Sub GetVV (
no As Integer,
row_col As Integer,
vv As CVV
)
Public Sub GetVV (
no As Integer,
row_col As Integer,
vv As CVV
)
public:
void GetVV(
int no,
int row_col,
CVV^ vv
)
public:
void GetVV(
int no,
int row_col,
CVV^ vv
)
member GetVV :
no : int *
row_col : int *
vv : CVV -> unit
member GetVV :
no : int *
row_col : int *
vv : CVV -> unit
Parameters
- no
- Type: SystemInt32
Row or Column # (0 is first) - row_col
- Type: SystemInt32
<define>VA_OBJECT</define> - vv
- Type: GeoEngine.Core.GXNetXCVV
VV in which to place data
See Also