Click or drag to resize

CDUImportODDF Method

Import ODDF data file.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void ImportODDF(
	CDB db,
	string file
)

public static void ImportODDF(
	CDB db,
	string file
)

Parameters

db
Type: GeoEngine.Core.GXNetCDB
Database
file
Type: SystemString
File name of the ODDF file to import
See Also