 | CIPExportI2X Method |
Export line(s) to an Interpex RESIX I2X format file.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void ExportI2X(
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
)
public void ExportI2X(
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
)
Public Sub ExportI2X (
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
)
Public Sub ExportI2X (
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
)
public:
void ExportI2X(
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
)
public:
void ExportI2X(
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
)
member ExportI2X :
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 -> unit
member ExportI2X :
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 -> unit
Parameters
- db
- Type: GeoEngine.Core.GXNetXCDB
Database to export from - file
- Type: SystemString
Name of the file - line
- Type: SystemString
Name of the line - 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 "")
RemarksExports a line to an ".I2X" file.
See Also