 | CPGWriteCol Method |
Write a set of elements in X (column) from vv into pager
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void WriteCol(
int col,
int o,
int n,
CVV vv
)
public void WriteCol(
int col,
int o,
int n,
CVV vv
)
Public Sub WriteCol (
col As Integer,
o As Integer,
n As Integer,
vv As CVV
)
Public Sub WriteCol (
col As Integer,
o As Integer,
n As Integer,
vv As CVV
)
public:
void WriteCol(
int col,
int o,
int n,
CVV^ vv
)
public:
void WriteCol(
int col,
int o,
int n,
CVV^ vv
)
member WriteCol :
col : int *
o : int *
n : int *
vv : CVV -> unit
member WriteCol :
col : int *
o : int *
n : int *
vv : CVV -> unit
Parameters
- col
- Type: SystemInt32
iBx - element # in x (column #) - o
- Type: SystemInt32
iBy - begining element # in y to write (0 is the first) - n
- Type: SystemInt32
iNy - # elements to write (0 for whole vector) - vv
- Type: GeoEngine.Core.GXNetXCVV
hVV - VV handle
See Also