Click or drag to resize
CDHConvertOldLineNames Method
Convert old "DD001.Assay" type lines to "DD001"

Available since Oasis montaj version: 6.3
License: Available to specially licensed modules.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
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.
Syntax
public static void ConvertOldLineNames(
	CGXNETCore gxNetShared,
	CDB db,
	CLST lst
)

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).
See Also