 | CIPImportIPRED Method |
Imports data from the Geosoft IPRED format.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void ImportIPRED(
CDB db,
string file,
string chan
)
public void ImportIPRED(
CDB db,
string file,
string chan
)
Public Sub ImportIPRED (
db As CDB,
file As String,
chan As String
)
Public Sub ImportIPRED (
db As CDB,
file As String,
chan As String
)
public:
void ImportIPRED(
CDB^ db,
String^ file,
String^ chan
)
public:
void ImportIPRED(
CDB^ db,
String^ file,
String^ chan
)
member ImportIPRED :
db : CDB *
file : string *
chan : string -> unit
member ImportIPRED :
db : CDB *
file : string *
chan : string -> unit
Parameters
- db
- Type: GeoEngine.Core.GXNetXCDB
Database to import to - file
- Type: SystemString
File to import from - chan
- Type: SystemString
Channel to import
Remarks
This import produces a limited IP data set with no Current "I",
Voltage "Vp" or Apparent Resistivity "ResApp" values.
See Also