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

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

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Syntax
public void ExportSGDF(
	CDB db,
	string file,
	string chan,
	string chan2
)

Parameters

db
Type: GeoEngine.Core.GXNetXCDB
Database to export from
file
Type: SystemString
SGDF file to create
chan
Type: SystemString
Time Domain channel or Frequency Amplitude Channel
chan2
Type: SystemString
Frequency Domain Phase channel (optional)
See Also