ApplicationInvokeHelp Method
|
Displays the Help window.
Namespace: Bricscad.ApplicationServices
Assembly: BrxMgd (in BrxMgd.dll) Version:
26.2.3.0
Syntax
public static void InvokeHelp(
string fileName,
string topic
)
Public Shared Sub InvokeHelp (
fileName As String,
topic As String
)
public:
static void InvokeHelp(
String^ fileName,
String^ topic
)
static member InvokeHelp :
fileName : string *
topic : string -> unit
Parameters
- fileName String
- topic String
Return Value
void
See Also