 | 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
Syntaxpublic void ImportGrid(
CDB db,
string grid,
string chan
)
public void ImportGrid(
CDB db,
string grid,
string chan
)
Public Sub ImportGrid (
db As CDB,
grid As String,
chan As String
)
Public Sub ImportGrid (
db As CDB,
grid As String,
chan As String
)
public:
void ImportGrid(
CDB^ db,
String^ grid,
String^ chan
)
public:
void ImportGrid(
CDB^ db,
String^ grid,
String^ chan
)
member ImportGrid :
db : CDB *
grid : string *
chan : string -> unit
member ImportGrid :
db : CDB *
grid : string *
chan : string -> unit
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