Click or drag to resize
CIMGWriteV Method
Write a vector in the optimal KX direction.

Available since Oasis montaj version: 5.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
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