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

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 grid.
Syntax
public void ImportTopoGrid(
	CDB oDB1,
	string str2
)

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
Database to calculate topography for
str2
Type: SystemString
The name of the grid file, with decorations
See Also