 | CIPExportIPDATA Method |
Exports data in the Geosoft IPDATA format.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void ExportIPDATA(
CDB db,
string chan,
string title
)
public void ExportIPDATA(
CDB db,
string chan,
string title
)
Public Sub ExportIPDATA (
db As CDB,
chan As String,
title As String
)
Public Sub ExportIPDATA (
db As CDB,
chan As String,
title As String
)
public:
void ExportIPDATA(
CDB^ db,
String^ chan,
String^ title
)
public:
void ExportIPDATA(
CDB^ db,
String^ chan,
String^ title
)
member ExportIPDATA :
db : CDB *
chan : string *
title : string -> unit
member ExportIPDATA :
db : CDB *
chan : string *
title : string -> unit
Parameters
- db
- Type: GeoEngine.Core.GXNetXCDB
Database to export from - chan
- Type: SystemString
Channel to export - title
- Type: SystemString
Title for IPDATA files
See Also