DU_MOVEConstant Class
Move Style
Inheritance Hierarchy
SystemObject
  Geosoft.Desktop.GXNetDU_MOVEConstant

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

The DU_MOVEConstant type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberABSOLUTE
move input to absolute value in control channel
Public fieldStatic memberINTERP
data is NOT moved, but dummies in the input are interpolated based on the control channel, assuming both the input and control vary linearly inside the gaps
Public fieldStatic memberMINUS
subtract control channel from input channel
Public fieldStatic memberPLUS
add control channel to input channel
Top
See Also