 | CDHConvertOldLineNames Method |
Convert old "DD001.Assay" type lines to "DD001"
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static void ConvertOldLineNames(
CGXNETCore gxNetShared,
CDB db,
CLST lst
)
public static void ConvertOldLineNames(
CGXNETCore gxNetShared,
CDB db,
CLST lst
)
Public Shared Sub ConvertOldLineNames (
gxNetShared As CGXNETCore,
db As CDB,
lst As CLST
)
Public Shared Sub ConvertOldLineNames (
gxNetShared As CGXNETCore,
db As CDB,
lst As CLST
)
public:
static void ConvertOldLineNames(
CGXNETCore^ gxNetShared,
CDB^ db,
CLST^ lst
)
public:
static void ConvertOldLineNames(
CGXNETCore^ gxNetShared,
CDB^ db,
CLST^ lst
)
static member ConvertOldLineNames :
gxNetShared : CGXNETCore *
db : CDB *
lst : CLST -> unit
static member ConvertOldLineNames :
gxNetShared : CGXNETCore *
db : CDB *
lst : CLST -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - db
- Type: GeoEngine.Core.GXNetXCDB
DH object - lst
- Type: GeoEngine.Core.GXNetXCLST
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