DU_LOOKUPConstant Class
Lookup Mode
Inheritance Hierarchy
SystemObject
  Geosoft.Desktop.GXNetDU_LOOKUPConstant

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Syntax
public static class DU_LOOKUPConstant

The DU_LOOKUPConstant type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberEXACT
Requires an exact match in all indexes. Results will dummy if Indexes are not found.
Public fieldStatic memberINTERPCLOSE
Same as _INTERPOLATE mode except that the target value must be within the CLOSE distance to a table value. a) the primary index channel for single index lookups; b) the secondary index channel for double index lookups. Values not in data spacing are dummy.
Public fieldStatic memberINTERPOLATE
The same as _NEAREST, except that the value will be interpolated between the two nearest framing values in the table.
Public fieldStatic memberINTERPOLATE_CONSTOUTSIDE
Interpolate between values, constant end values beyond two ends
Public fieldStatic memberINTERPOLATE_DUMMYOUTSIDE
Interpolate between values, dummy beyond two ends
Public fieldStatic memberINTERPOLATE_EXTPLOUTSIDE
Interpolate between values, extrapolate beyond two ends
Public fieldStatic memberMAXOPTION
Maximum option value
Public fieldStatic memberNEAREST
Requires that the first index match exactly. The nearest second index will be used for the finding the lookup value. The results will be dummy only if the first index does not have a match.
Public fieldStatic memberNEARESTCLOSE
Same as _NEAREST mode except that the target value must be within the CLOSE distance to a table value. a) the primary index channel for single index lookups; b) the secondary index channel for double index lookups. Values not in data spacing are dummy.
Top
See Also