Click or drag to resize

CIPImportTopoGrid Method

Imports topography data from a grid

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void ImportTopoGrid(
	CDB db,
	string grid
)

public void ImportTopoGrid(
	CDB db,
	string grid
)

Parameters

db
Type: GeoEngine.Core.GXNetXCDB
Database to calculate topography for
grid
Type: SystemString
The name of the grid file, with decorations
Remarks
The elevation of each point in the current database is interpolated from the input topography grid.
See Also