Click or drag to resize

CIMGWriteV Method

Write 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 WriteV(
	int v,
	int be,
	int ne,
	CVV vv
)

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

Parameters

v
Type: SystemInt32
Vector to write
be
Type: SystemInt32
Begining element to write (0 is the first)
ne
Type: SystemInt32
# elements to write (0 for whole vector)
vv
Type: GeoEngine.Core.GXNetXCVV
VV handle
See Also