 | CIPImportI2X Method |
Imports an Interpex RESIX I2X format file to a line.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void ImportI2X(
CDB db,
string file,
string line,
string res_data,
string ip_data,
string res_model,
string ip_model,
string res_synth,
string ip_synth,
string res_poly,
string ip_poly,
int mode
)
public void ImportI2X(
CDB db,
string file,
string line,
string res_data,
string ip_data,
string res_model,
string ip_model,
string res_synth,
string ip_synth,
string res_poly,
string ip_poly,
int mode
)
Public Sub ImportI2X (
db As CDB,
file As String,
line As String,
res_data As String,
ip_data As String,
res_model As String,
ip_model As String,
res_synth As String,
ip_synth As String,
res_poly As String,
ip_poly As String,
mode As Integer
)
Public Sub ImportI2X (
db As CDB,
file As String,
line As String,
res_data As String,
ip_data As String,
res_model As String,
ip_model As String,
res_synth As String,
ip_synth As String,
res_poly As String,
ip_poly As String,
mode As Integer
)
public:
void ImportI2X(
CDB^ db,
String^ file,
String^ line,
String^ res_data,
String^ ip_data,
String^ res_model,
String^ ip_model,
String^ res_synth,
String^ ip_synth,
String^ res_poly,
String^ ip_poly,
int mode
)
public:
void ImportI2X(
CDB^ db,
String^ file,
String^ line,
String^ res_data,
String^ ip_data,
String^ res_model,
String^ ip_model,
String^ res_synth,
String^ ip_synth,
String^ res_poly,
String^ ip_poly,
int mode
)
member ImportI2X :
db : CDB *
file : string *
line : string *
res_data : string *
ip_data : string *
res_model : string *
ip_model : string *
res_synth : string *
ip_synth : string *
res_poly : string *
ip_poly : string *
mode : int -> unit
member ImportI2X :
db : CDB *
file : string *
line : string *
res_data : string *
ip_data : string *
res_model : string *
ip_model : string *
res_synth : string *
ip_synth : string *
res_poly : string *
ip_poly : string *
mode : int -> unit
Parameters
- db
- Type: GeoEngine.Core.GXNetXCDB
Database to import to - file
- Type: SystemString
Name of file to import - line
- Type: SystemString
Line to import to - res_data
- Type: SystemString
Resistivity (data) channel - ip_data
- Type: SystemString
IP (data) channel (can be "") - res_model
- Type: SystemString
Image model resistivity channel (can be "") - ip_model
- Type: SystemString
Image model IP channel (can be "") - res_synth
- Type: SystemString
Image model synthetic resistivity channel (can be "") - ip_synth
- Type: SystemString
Image model synthetic IP channel (can be "") - res_poly
- Type: SystemString
Resistivity (polygon) channel (can be "") - ip_poly
- Type: SystemString
IP (polygon) channel (can be "") - mode
- Type: SystemInt32
<define>IP_I2XIMPMODE</define>
Remarks
Imports a single ".I2X" file to a specified line.
If the line does not exist, it will be created.
See Also