Click or drag to resize

CIPImportTopoCSV Method

Imports topography data from a CSV line-station file

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

public void ImportTopoCSV(
	CDB db,
	string csv
)

Parameters

db
Type: GeoEngine.Core.GXNetCDB
Database to calculate topography for
csv
Type: SystemString
The name of CSV file
Remarks
The elevation of each point in the current database is interpolated from the input topography values.
See Also