 | CDHConvertOldLineNames Method |
Convert old "DD001.Assay" type lines to "DD001"
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void ConvertOldLineNames(
CDB db,
CLST lst
)
public static void ConvertOldLineNames(
CDB db,
CLST lst
)
Public Shared Sub ConvertOldLineNames (
db As CDB,
lst As CLST
)
Public Shared Sub ConvertOldLineNames (
db As CDB,
lst As CLST
)
public:
static void ConvertOldLineNames(
CDB^ db,
CLST^ lst
)
public:
static void ConvertOldLineNames(
CDB^ db,
CLST^ lst
)
static member ConvertOldLineNames :
db : CDB *
lst : CLST -> unit
static member ConvertOldLineNames :
db : CDB *
lst : CLST -> unit
Parameters
- db
- Type: GeoEngine.Core.GXNetCDB
DH object - lst
- Type: GeoEngine.Core.GXNetCLST
Names to convert (call SymbLST_DB).
Remarks
The input LST must be filled using a function like SymbLST_DB, which
puts the name and symbol into the LST items.
Any names with a period are truncated at the period, and
the line name in the database is changed to the new name
(just the hole name).
The LST is modified to have the new names.
A value is put into the DB REG "DH_CONVERTED_NAMES" parameter so
this process is done only once on a database.
DO NOT use on old-style single-database Wholeplot projects.
See Also