Click or drag to resize
CDHSaveDataParametersINI Method
Save data parameters to INI files..

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

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.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 db,
	string dir
)

Parameters

db
Type: GeoEngine.Core.GXNetXCDB
Source database
dir
Type: SystemString
Directory to store INI files
See Also