Click or drag to resize

CSEMPLOTExportOverlay Method

Create overlay map and file from a group.

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void ExportOverlay(
	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
)

public static void ExportOverlay(
	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

overlay
Type: SystemString
Overlay file name
map
Type: SystemString
Associated map
mview
Type: GeoEngine.Core.GXNetCMVIEW
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>
Remarks
The group is written to a new map, and an overlay file is created which points to this map.
See Also