Share

Application.InvokeHelp Method

Description

Calls the help document with a specific topic.

Visual Basic

Public static Function InvokeHelp(
    fileName As string, 
    topic As string
) As void

C#

public static void InvokeHelp(
    string fileName, 
    string topic
);

Parameters

Parameters Description
string fileName Input name of help file.
string topic Input topic to open.

Links

Application Class, Autodesk.AutoCAD.ApplicationServices Namespace

Was this information helpful?