Click or drag to resize
CDHSaveDataParametersINI Method
Save data parameters to 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). As of v6.3, the DH object is NOT required for this function, and is, in fact, ignored.
Syntax
public void SaveDataParametersINI(
	CDB oDB1,
	string str2
)

Parameters

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