Click or drag to resize
CDHLoadDataParametersINI Method
Load data parameters from INI files..

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

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
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).
Syntax
public void LoadDataParametersINI(
	CDB oDB1,
	string str2
)

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
Source database
str2
Type: SystemString
Directory to store INI files
See Also