Click or drag to resize

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
Syntax
public void ReadV(
	int v,
	int be,
	int ne,
	CVV vv
)

public void ReadV(
	int v,
	int be,
	int ne,
	CVV vv
)

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