Click or drag to resize
CSYSDisplayHelp Method
Display the help dialog with the specified topic highlighted

Available since Oasis montaj version: 5.0.0
Limitations: May not be available if running outside of a Oasis Montaj or from a command line program.  
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public static void DisplayHelp(
	string str1,
	string str2
)

Parameters

str1
Type: SystemString
Group string to lookup in gxhelp.ini
str2
Type: SystemString
Index string to lookup in gxhelp.ini
See Also