Click or drag to resize
CIMGReadV Method
Read 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 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