Click or drag to resize

CIPImportGrid Method

Imports data from a grid

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.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.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
Remarks
Data is imported to the specified channel. The values are interpolated at each row's X and Y positions.
See Also