Click or drag to resize
CSEMPLOTExportView Method
Create a "View" database

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

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

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