Click or drag to resize
CGUISimpleMapDialog Method (CGXNETCore, 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,
	CMAP map,
	string title,
	string help_id
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
map
Type: GeoEngine.Core.GXNetXCMAP
MAP object
title
Type: SystemString
Title
help_id
Type: SystemString
HelpID
See Also