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
License: Available to specially licensed modules.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Syntax
public void ExportIPDATADir(
	CDB db,
	string chan,
	string title,
	string dir
)

Parameters

db
Type: GeoEngine.Core.GXNetXCDB
Database to export from
chan
Type: SystemString
Channel to export
title
Type: SystemString
Title for IPDATA files
dir
Type: SystemString
Directory for IPDATA files
See Also