Click or drag to resize

CIPImportTopoCSV Method

Imports topography data from a CSV line-station file

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.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.GXNetXCDB
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