Click or drag to resize

CSYSDisplayMessage Method

Display a user message.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void DisplayMessage(
	string title,
	string message
)

public static void DisplayMessage(
	string title,
	string message
)

Parameters

title
Type: SystemString
Title of the Window
message
Type: SystemString
Message String
See Also