Click or drag to resize

CIPExportLineIPDATA Method

Exports one line of data in the Geosoft IPDATA format.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void ExportLineIPDATA(
	CDB db,
	string line,
	string chan,
	string title
)

public void ExportLineIPDATA(
	CDB db,
	string line,
	string chan,
	string title
)

Parameters

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