 | 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
Syntaxpublic void ImportSGDF(
CDB db,
string file
)
public void ImportSGDF(
CDB db,
string file
)
Public Sub ImportSGDF (
db As CDB,
file As String
)
Public Sub ImportSGDF (
db As CDB,
file As String
)
public:
void ImportSGDF(
CDB^ db,
String^ file
)
public:
void ImportSGDF(
CDB^ db,
String^ file
)
member ImportSGDF :
db : CDB *
file : string -> unit
member ImportSGDF :
db : CDB *
file : string -> unit
Parameters
- db
- Type: GeoEngine.Core.GXNetXCDB
Database to import to - file
- Type: SystemString
SGDF file name
See Also