Click or drag to resize
CIPImportTopoGrid Method
Imports topography data from a grid

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 grid.
Syntax
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
See Also