 | CGUISimpleMapDialog Method (CMAP, String, String) |
General purpose map display GUI with no interaction.
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static void SimpleMapDialog(
CMAP map,
string title,
string help_id
)
public static void SimpleMapDialog(
CMAP map,
string title,
string help_id
)
Public Shared Sub SimpleMapDialog (
map As CMAP,
title As String,
help_id As String
)
Public Shared Sub SimpleMapDialog (
map As CMAP,
title As String,
help_id As String
)
public:
static void SimpleMapDialog(
CMAP^ map,
String^ title,
String^ help_id
)
public:
static void SimpleMapDialog(
CMAP^ map,
String^ title,
String^ help_id
)
static member SimpleMapDialog :
map : CMAP *
title : string *
help_id : string -> unit
static member SimpleMapDialog :
map : CMAP *
title : string *
help_id : string -> unit
Parameters
- map
- Type: GeoEngine.Core.GXNetCMAP
MAP object - title
- Type: SystemString
Title - help_id
- Type: SystemString
HelpID
Remarks
This function displays a map in a simple resizable dialog that fits the map into it.
It is generally useful to display temporary maps as graphs (e.g. variograms).
See Also