ArcGIS Pro 3.7 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 Shared Sub ShowHelpTopic( _
       ByVal helpContextID As String _
    ) 
    public static void ShowHelpTopic( 
       string helpContextID
    )

    Parameters

    helpContextID
    The help topic's unique identifier.
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also