Click or drag to resize

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
Syntax
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
)

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