 | CIPImportMergeIPRED Method |
Imports IPRED data to an existing line.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void ImportMergeIPRED(
CDB db,
string file,
string chan
)
public void ImportMergeIPRED(
CDB db,
string file,
string chan
)
Public Sub ImportMergeIPRED (
db As CDB,
file As String,
chan As String
)
Public Sub ImportMergeIPRED (
db As CDB,
file As String,
chan As String
)
public:
void ImportMergeIPRED(
CDB^ db,
String^ file,
String^ chan
)
public:
void ImportMergeIPRED(
CDB^ db,
String^ file,
String^ chan
)
member ImportMergeIPRED :
db : CDB *
file : string *
chan : string -> unit
member ImportMergeIPRED :
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
Exits with error if the line does not exist.
Data is merged on basis of Stn and N value.
See Also