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

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

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

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
Database to calculate topography for
str2
Type: SystemString
The name of CSV file
See Also