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

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.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 oVV1,
	CVV oVV2
)

Parameters

oVV1
Type: GeoEngine.Core.GXNetCVV
Index VV of REAL
oVV2
Type: GeoEngine.Core.GXNetCVV
Result VV (same type as Data VV)
See Also