Click or drag to resize

CSYSDisplayHelp Method

Display the help dialog with the specified topic highlighted

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void DisplayHelp(
	string group,
	string topic
)

public static void DisplayHelp(
	string group,
	string topic
)

Parameters

group
Type: SystemString
Group string to lookup in gxhelp.ini
topic
Type: SystemString
Index string to lookup in gxhelp.ini
See Also