Click or drag to resize
CGUISimpleMapDialog Method (CGXNETCore, IWin32Window, CMAP, String, String)
General purpose map display GUI with no interaction.

Available since Oasis montaj version: 5.0
Limitations: May not be available if running outside of a Oasis Montaj or from a command line program.  
License: Available to anyone.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
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).
Syntax
public static void SimpleMapDialog(
	CGXNETCore gxNetShared,
	IWin32Window owner,
	CMAP map,
	string title,
	string help_id
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
owner
Type: System.Windows.FormsIWin32Window
The IWin32Window the message box will display in front of.
map
Type: GeoEngine.Core.GXNetXCMAP
MAP object
title
Type: SystemString
Title
help_id
Type: SystemString
HelpID
See Also