 | CSEMPLOTExportView2 Method |
Create a "View" database, with channel selection
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void ExportView2(
CDB db,
CLST lst,
CDB new_db,
int view,
string mask_ch,
string mineral_ch,
string mineral,
int export_extra
)
public static void ExportView2(
CDB db,
CLST lst,
CDB new_db,
int view,
string mask_ch,
string mineral_ch,
string mineral,
int export_extra
)
Public Shared Sub ExportView2 (
db As CDB,
lst As CLST,
new_db As CDB,
view As Integer,
mask_ch As String,
mineral_ch As String,
mineral As String,
export_extra As Integer
)
Public Shared Sub ExportView2 (
db As CDB,
lst As CLST,
new_db As CDB,
view As Integer,
mask_ch As String,
mineral_ch As String,
mineral As String,
export_extra As Integer
)
public:
static void ExportView2(
CDB^ db,
CLST^ lst,
CDB^ new_db,
int view,
String^ mask_ch,
String^ mineral_ch,
String^ mineral,
int export_extra
)
public:
static void ExportView2(
CDB^ db,
CLST^ lst,
CDB^ new_db,
int view,
String^ mask_ch,
String^ mineral_ch,
String^ mineral,
int export_extra
)
static member ExportView2 :
db : CDB *
lst : CLST *
new_db : CDB *
view : int *
mask_ch : string *
mineral_ch : string *
mineral : string *
export_extra : int -> unit
static member ExportView2 :
db : CDB *
lst : CLST *
new_db : CDB *
view : int *
mask_ch : string *
mineral_ch : string *
mineral : string *
export_extra : int -> unit
Parameters
- db
- Type: GeoEngine.Core.GXNetCDB
Original raw data database - lst
- Type: GeoEngine.Core.GXNetCLST
List of lines (anomlies) to export - new_db
- Type: GeoEngine.Core.GXNetCDB
Destination database - view
- Type: SystemInt32
View to export - One of SEMPLOT_XXX_STAGE - mask_ch
- Type: SystemString
Mask channel ("" for None) - mineral_ch
- Type: SystemString
Mineral channel - mineral
- Type: SystemString
Mineral to export ("" for all) - export_extra
- Type: SystemInt32
<define>SEMPLOT_EXPORT</define> Channel selection
See Also