Click or drag to resize

CIPImportGrid Method

Imports data from a grid

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public void ImportGrid(
	CDB db,
	string grid,
	string chan
)

public void ImportGrid(
	CDB db,
	string grid,
	string chan
)

Parameters

db
Type: GeoEngine.Core.GXNetCDB
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
Remarks
Data is imported to the specified channel. The values are interpolated at each row's X and Y positions.
See Also