Click or drag to resize
CDUImportODDF Method
Import ODDF data file.

Available since Oasis montaj version: 5.0
License: Available to anyone.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Syntax
public static void ImportODDF(
	CGXNETCore gxNetShared,
	CDB db,
	string file
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
db
Type: GeoEngine.Core.GXNetXCDB
Database
file
Type: SystemString
File name of the ODDF file to import
See Also