|  | CPGReadCol Method  | 
 Read a set of elements in X (column) from pager into vv
 
    Namespace: 
   GeoEngine.Core.GXNet
    Assembly:
   geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2025.1.0.25
 Syntax
Syntaxpublic void ReadCol(
	int col,
	int o,
	int n,
	CVV vv
)
public void ReadCol(
	int col,
	int o,
	int n,
	CVV vv
)
Public Sub ReadCol ( 
	col As Integer,
	o As Integer,
	n As Integer,
	vv As CVV
)
Public Sub ReadCol ( 
	col As Integer,
	o As Integer,
	n As Integer,
	vv As CVV
)
public:
void ReadCol(
	int col, 
	int o, 
	int n, 
	CVV^ vv
)
public:
void ReadCol(
	int col, 
	int o, 
	int n, 
	CVV^ vv
)
member ReadCol : 
        col : int * 
        o : int * 
        n : int * 
        vv : CVV -> unit 
member ReadCol : 
        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 read (0 is the first)
- n
- Type: SystemInt32
 iNy - # elements to read (0 for whole vector)
- vv
- Type: GeoEngine.Core.GXNetCVV
 hVV - VV handle
 See Also
See Also