Click or drag to resize

CDHLoadDataParametersINI Method

Load data parameters from INI files..

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void LoadDataParametersINI(
	CDB db,
	string dir
)

public void LoadDataParametersINI(
	CDB db,
	string dir
)

Parameters

db
Type: GeoEngine.Core.GXNetXCDB
Source database
dir
Type: SystemString
Directory to store INI files
Remarks
Wholeplot data graphing parameters for each channel are stored in the channel REG. This function lets a user transfer pre-defined settings to individual INI files (eg. cu.ini).
See Also