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

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public void WriteV(
	int i1,
	int i2,
	int i3,
	CVV oVV4
)

Parameters

i1
Type: SystemInt32
vector to write
i2
Type: SystemInt32
begining element to write (0 is the first)
i3
Type: SystemInt32
# elements to write (0 for whole vector)
oVV4
Type: GeoEngine.Core.GXNetCVV
VV handle
See Also