ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Framework Namespace / FrameworkApplication Class / ShowHelpTopic Method
The help topic's unique identifier.

In This Topic
    ShowHelpTopic Method
    In This Topic
    Shows the help topic associated with the specified helpContextID.
    Syntax
    public static void ShowHelpTopic( 
       string helpContextID
    )
    Public Shared Sub ShowHelpTopic( _
       ByVal helpContextID As String _
    ) 

    Parameters

    helpContextID
    The help topic's unique identifier.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also