Click or drag to resize

CGUISimpleMapDialog Method (CGXNETCore, CMAP, String, String)

General purpose map display GUI with no interaction.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.1.0.25
Syntax
public static void SimpleMapDialog(
	CGXNETCore gxNetShared,
	CMAP map,
	string title,
	string help_id
)

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
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