DU_MODFIDConstant Class
Fid Update Options
Inheritance Hierarchy
SystemObject
  Geosoft.Desktop.GXNetDU_MODFIDConstant

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

The DU_MODFIDConstant type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberAPPEND
Is like INSERT, except that it is only used to add fids to the start or end of the existing data. The data is not moved with repect to the current fid locations.
Public fieldStatic memberDELETE
Will delete the range of fids.
Public fieldStatic memberINSERT
Will insert fid range by moving data. Inserted range will always be dummied out. If the insertion point is before start of data, the fid start is changed.
Top
See Also