ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Framework Namespace / FrameworkApplication Class / Close Method
Example

In This Topic
    Close Method (FrameworkApplication)
    In This Topic
    Closes the application.
    Syntax
    Public Shared Sub Close() 
    public static void Close()
    Example
    Close ArcGIS Pro
    {
      FrameworkApplication.Close();
    }
    Requirements

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

    ArcGIS Pro version: 3.0 or higher.
    See Also