Click or drag to resize

CSEMPLOT.ExportView Method

Create a "View" database

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.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.GXNet.CDB
Original raw data database
lst
Type: GeoEngine.Core.GXNet.CLST
List of lines (anomlies) to export
new_db
Type: GeoEngine.Core.GXNet.CDB
Destination database
view
Type: System.Int32
View to export - One of SEMPLOT_XXX_STAGE
mask_ch
Type: System.String
Mask channel ("" for None)
mineral_ch
Type: System.String
Mineral channel
mineral
Type: System.String
Mineral to export ("" for all)
See Also