Click or drag to resize

CDUImportUSGSPost Method

Import USGS Post data file.

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

public static void ImportUSGSPost(
	CDB db,
	string file
)

Parameters

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