 | CIPExportDataToUBC3D Method |
Export of IP data to UBC 3D IP format.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void ExportDataToUBC3D(
CDB db,
CLST line_lst,
int locations_only,
int include_z,
string chan,
string error_chan,
string mask_chan,
int ip_type,
string comments,
string obs
)
public void ExportDataToUBC3D(
CDB db,
CLST line_lst,
int locations_only,
int include_z,
string chan,
string error_chan,
string mask_chan,
int ip_type,
string comments,
string obs
)
Public Sub ExportDataToUBC3D (
db As CDB,
line_lst As CLST,
locations_only As Integer,
include_z As Integer,
chan As String,
error_chan As String,
mask_chan As String,
ip_type As Integer,
comments As String,
obs As String
)
Public Sub ExportDataToUBC3D (
db As CDB,
line_lst As CLST,
locations_only As Integer,
include_z As Integer,
chan As String,
error_chan As String,
mask_chan As String,
ip_type As Integer,
comments As String,
obs As String
)
public:
void ExportDataToUBC3D(
CDB^ db,
CLST^ line_lst,
int locations_only,
int include_z,
String^ chan,
String^ error_chan,
String^ mask_chan,
int ip_type,
String^ comments,
String^ obs
)
public:
void ExportDataToUBC3D(
CDB^ db,
CLST^ line_lst,
int locations_only,
int include_z,
String^ chan,
String^ error_chan,
String^ mask_chan,
int ip_type,
String^ comments,
String^ obs
)
member ExportDataToUBC3D :
db : CDB *
line_lst : CLST *
locations_only : int *
include_z : int *
chan : string *
error_chan : string *
mask_chan : string *
ip_type : int *
comments : string *
obs : string -> unit
member ExportDataToUBC3D :
db : CDB *
line_lst : CLST *
locations_only : int *
include_z : int *
chan : string *
error_chan : string *
mask_chan : string *
ip_type : int *
comments : string *
obs : string -> unit
Parameters
- db
- Type: GeoEngine.Core.GXNetXCDB
DB object - line_lst
- Type: GeoEngine.Core.GXNetXCLST
Lines to export (Name, Symbol) - locations_only
- Type: SystemInt32
Locations only (0: No, 1: Yes)? - include_z
- Type: SystemInt32
Include Z values (0: No, 1: Yes)? - chan
- Type: SystemString
IP channel name (can be "" if exporting locations only) - error_chan
- Type: SystemString
Error channel name (can be "" if exporting locations only) - mask_chan
- Type: SystemString
Mask channel name (can be "") - ip_type
- Type: SystemInt32
IPTYPE (1: Vp, 2: Chargeability) - comments
- Type: SystemString
Comments (can be "") - obs
- Type: SystemString
Output OBS file name
Remarks
Outputs a *.DAT file of the survey data for use in the
UBC IP 3D inversion programs.
See Also