Click or drag to resize
CVALookupIndex Method
Lookup a VA from another VA using an index VV.

Available since Oasis montaj version: 6.4.2
License: Available to anyone with an Oasis Montaj license.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
Fractional values in the VV will interpolate between the value at the whole integer value and the next whole integer, dummy if outside the VA.
Syntax
public void LookupIndex(
	CVV vvi,
	CVA var
)

Parameters

vvi
Type: GeoEngine.Core.GXNetXCVV
Index VV of REAL
var
Type: GeoEngine.Core.GXNetXCVA
VA to output results (same type as Data VA)
See Also