Click or drag to resize
CSEMPLOTExportView2 Method
Create a "View" database, with channel selection

Available since Oasis montaj version: 7.1
License: Available to specially licensed modules.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Syntax
public static void ExportView2(
	CGXNETCore gxNetShared,
	CDB db,
	CLST lst,
	CDB new_db,
	int view,
	string mask_ch,
	string mineral_ch,
	string mineral,
	int export_extra
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
db
Type: GeoEngine.Core.GXNetXCDB
Original raw data database
lst
Type: GeoEngine.Core.GXNetXCLST
List of lines (anomlies) to export
new_db
Type: GeoEngine.Core.GXNetXCDB
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