Click or drag to resize
CIPExportSGDF Method
Exports data to a Scintrex Geophysical Data Format file.

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

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

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
Database to export from
str2
Type: SystemString
SGDF file to create
str3
Type: SystemString
Time Domain channel or Frequency Amplitude Channel
str4
Type: SystemString
Frequency Domain Phase channel (optional)
See Also