Click or drag to resize
CSEMPLOTExportOverlay Method
Create overlay map and file from a group.

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)
Notes
The group is written to a new map, and an overlay file is created which points to this map.
Syntax
public static void ExportOverlay(
	CGXNETCore gxNetShared,
	string overlay,
	string map,
	CMVIEW mview,
	string group,
	int plot_type,
	string x_stage,
	string x_oxide,
	string y_stage,
	string y_oxide,
	string z_stage,
	string z_oxide,
	int extension
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
overlay
Type: SystemString
Overlay file name
map
Type: SystemString
Associated map
mview
Type: GeoEngine.Core.GXNetXCMVIEW
View with group
group
Type: SystemString
Group name
plot_type
Type: SystemInt32
<define>SEMPLOT_PLOT</define>
x_stage
Type: SystemString
XStage
x_oxide
Type: SystemString
XOxide
y_stage
Type: SystemString
YStage
y_oxide
Type: SystemString
YOxide
z_stage
Type: SystemString
ZStage
z_oxide
Type: SystemString
ZOxide
extension
Type: SystemInt32
<define>SEMPLOT_EXT</define>
See Also