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

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
This method assigns index values of 0.0, 1.0, 2.0 etc. to the individual values in the input Data VV, and uses linear interpolation to calculate the values of Result VV at the input indices contained in the Index VV. If the input Data VV is string type, then only values at the integral index values are returned. See also SetupIndex_VV for an example of how this can be implemented.
Syntax
public void LookupIndex(
	CVV vvi,
	CVV vvr
)

Parameters

vvi
Type: GeoEngine.Core.GXNetXCVV
Index VV of REAL
vvr
Type: GeoEngine.Core.GXNetXCVV
Result VV (same type as Data VV)
See Also