 | CIPImportInstrumentationGDD Method |
Imports an Instrumentation GDD format file.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void ImportInstrumentationGDD(
CDB db,
string file
)
public void ImportInstrumentationGDD(
CDB db,
string file
)
Public Sub ImportInstrumentationGDD (
db As CDB,
file As String
)
Public Sub ImportInstrumentationGDD (
db As CDB,
file As String
)
public:
void ImportInstrumentationGDD(
CDB^ db,
String^ file
)
public:
void ImportInstrumentationGDD(
CDB^ db,
String^ file
)
member ImportInstrumentationGDD :
db : CDB *
file : string -> unit
member ImportInstrumentationGDD :
db : CDB *
file : string -> unit
Parameters
- db
- Type: GeoEngine.Core.GXNetXCDB
Database to import to - file
- Type: SystemString
GDD file name
See Also