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

Parameters

oDB1
Type: GeoEngine.Core.GXNetCDB
Database to import data to
str2
Type: SystemString
The name of the grid file, with decorations
str3
Type: SystemString
The name of the channel to import to
See Also