Click or drag to resize
CIPImportGrid Method
Imports 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
Data is imported to the specified channel. The values are interpolated at each row's X and Y positions.
Syntax
public void ImportGrid(
	CDB db,
	string grid,
	string chan
)

Parameters

db
Type: GeoEngine.Core.GXNetXCDB
Database to import data to
grid
Type: SystemString
The name of the grid file, with decorations
chan
Type: SystemString
The name of the channel to import to
See Also