 | CIMGReadV Method |
Read a vector in the optimal KX direction.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void ReadV(
int v,
int be,
int ne,
CVV vv
)
public void ReadV(
int v,
int be,
int ne,
CVV vv
)
Public Sub ReadV (
v As Integer,
be As Integer,
ne As Integer,
vv As CVV
)
Public Sub ReadV (
v As Integer,
be As Integer,
ne As Integer,
vv As CVV
)
public:
void ReadV(
int v,
int be,
int ne,
CVV^ vv
)
public:
void ReadV(
int v,
int be,
int ne,
CVV^ vv
)
member ReadV :
v : int *
be : int *
ne : int *
vv : CVV -> unit
member ReadV :
v : int *
be : int *
ne : int *
vv : CVV -> unit
Parameters
- v
- Type: SystemInt32
Vector to Read - be
- Type: SystemInt32
Begining element # to read (0 is the first) - ne
- Type: SystemInt32
# elements to read (0 for whole vector) - vv
- Type: GeoEngine.Core.GXNetXCVV
VV handle
See Also