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

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

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.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(
	CDB oDB1,
	CLST oLST2
)

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
DH object
oLST2
Type: GeoEngine.Core.GXNetCLST
Names to convert (call SymbLST_DB).
See Also