 | 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
Syntaxpublic 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
)
Public Shared Sub ExportOverlay (
overlay As String,
map As String,
mview As CMVIEW,
group As String,
plot_type As Integer,
x_stage As String,
x_oxide As String,
y_stage As String,
y_oxide As String,
z_stage As String,
z_oxide As String,
extension As Integer
)
Public Shared Sub ExportOverlay (
overlay As String,
map As String,
mview As CMVIEW,
group As String,
plot_type As Integer,
x_stage As String,
x_oxide As String,
y_stage As String,
y_oxide As String,
z_stage As String,
z_oxide As String,
extension As Integer
)
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
)
static member ExportOverlay :
overlay : string *
map : string *
mview : CMVIEW *
group : string *
plot_type : int *
x_stage : string *
x_oxide : string *
y_stage : string *
y_oxide : string *
z_stage : string *
z_oxide : string *
extension : int -> unit
static member ExportOverlay :
overlay : string *
map : string *
mview : CMVIEW *
group : string *
plot_type : int *
x_stage : string *
x_oxide : string *
y_stage : string *
y_oxide : string *
z_stage : string *
z_oxide : string *
extension : int -> unit
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