Click or drag to resize
CIPExportLineIPDATA Method
Exports one line of data in the Geosoft IPDATA format.

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

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

Parameters

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