Click or drag to resize
CIPImportTopoCSV Method
Imports topography data from a CSV line-station file

Available since Oasis montaj version: 5.0
License: Available to specially licensed modules.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
The elevation of each point in the current database is interpolated from the input topography values.
Syntax
public void ImportTopoCSV(
	CDB db,
	string csv
)

Parameters

db
Type: GeoEngine.Core.GXNetXCDB
Database to calculate topography for
csv
Type: SystemString
The name of CSV file
See Also