Click or drag to resize

CVALookupIndex Method

Lookup a VA from another VA using an index VV.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void LookupIndex(
	CVV vvi,
	CVA var
)

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)
Remarks
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.
See Also