Click or drag to resize
CIPExportIPDATADir Method
Exports data in the Geosoft IPDATA format in the specified directory

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

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Syntax
public void ExportIPDATADir(
	CDB oDB1,
	string str2,
	string str3,
	string str4
)

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
Database to export from
str2
Type: SystemString
Channel to export
str3
Type: SystemString
Title for IPDATA files
str4
Type: SystemString
Directory for IPDATA files
See Also