ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Core Namespace / CoreModule Class / CurrentProject Property

In This Topic
    CurrentProject Property
    In This Topic
    Gets the project that is currently open in the ArcGIS Pro application
    Syntax
    Public Shared Property CurrentProject As Project
    public static Project CurrentProject {get; set;}
    Remarks
    Only one project can be opened at a time in ArcGIS Pro. When another project is opened or a new project is created, this property is updated to reflect the newly opened project.
    Requirements

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

    ArcGIS Pro version: 3.0 or higher.
    See Also