Click or drag to resize

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
Syntax
public static void SimpleMapDialog(
	CMAP map,
	string title,
	string help_id
)

public static void SimpleMapDialog(
	CMAP map,
	string title,
	string help_id
)

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