Click or drag to resize

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
Syntax
public void ImportInstrumentationGDD(
	CDB db,
	string file
)

public void ImportInstrumentationGDD(
	CDB db,
	string file
)

Parameters

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