ApplicationInvokeHelp Method

Displays the Help window. This function displays a help file. The two arguments are passed to the Windows Help engine. The argument help file specifies name of the HLP file. The id argument specifies the topic ID string, which brings up a specific topic, such as a command name. When missing, IntelliCAD® displays the first topic of the Help file.
Namespace:  Bricscad.ApplicationServices
Assembly:  BrxMgd (in BrxMgd.dll) Version: 21.0.0.15598
Syntax
public static void InvokeHelp(
        string fileName,
        string topic
)

Parameters

fileName
Type: SystemString
topic
Type: SystemString

Return Value

Type: 
void
See Also

©  Bricsys NV. All rights reserved.