Click or drag to resize

CSYSDisplayHelpTopic Method

Display the help dialog without topic lookup in INI files

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

public static void DisplayHelpTopic(
	string file,
	string topic
)

Parameters

file
Type: SystemString
Help File (blank for default)
topic
Type: SystemString
Help Topic
See Also