Click or drag to resize

CSEMPLOTExportView Method

Create a "View" database

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2025.1.0.25
Syntax
public static void ExportView(
	CDB db,
	CLST lst,
	CDB new_db,
	int view,
	string mask_ch,
	string mineral_ch,
	string mineral
)

public static void ExportView(
	CDB db,
	CLST lst,
	CDB new_db,
	int view,
	string mask_ch,
	string mineral_ch,
	string mineral
)

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)
See Also