Click or drag to resize

CIPImportSGDF Method

Imports data from a Scintrex Geophysical Data Format file.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void ImportSGDF(
	CDB db,
	string file
)

public void ImportSGDF(
	CDB db,
	string file
)

Parameters

db
Type: GeoEngine.Core.GXNetXCDB
Database to import to
file
Type: SystemString
SGDF file name
See Also