Click or drag to resize

CSYSDisplayHelp Method

Display the help dialog with the specified topic highlighted

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public static void DisplayHelp(
	CGXNETCore gxNetShared,
	string group,
	string topic
)

public static void DisplayHelp(
	CGXNETCore gxNetShared,
	string group,
	string topic
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
group
Type: SystemString
Group string to lookup in gxhelp.ini
topic
Type: SystemString
Index string to lookup in gxhelp.ini
See Also