ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Core Namespace / Project Class


In This Topic
    Project Class Properties
    In This Topic

    For a list of all members of this type, see Project members.

    Public Properties
     NameDescription
    Public Property Gets documented limitations with respect to using the item. Derived from Use Limitations defined in the item's metadata.  
    Public Property Gets information that gives credit to the producer or provider of the item. Derived from Credits defined in the item's metadata.  
    Public Propertystatic (Shared in Visual Basic) Gets the project that is currently open in the ArcGIS Pro application  
    Public Property Gets the current project's default geodatabase  
    Public Property Gets the current project's default toolbox  
    Public Property Gets a description of the item. Derived from the Description or Abstract defined in the item's metadata.  
    Public PropertyReturns the data stores that have pending edits which have not been saved. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Property Gets a unique identifier for the item  
    Public PropertyGets if there are any unsaved data edits in the project  
    Public Property Gets the current project's home folder  
    Public Property Gets the dirty state of the project  
    Public Property Gets a value that indicates if editing is enabled.  
    Public PropertyGets the current project's collection of project items  
    Public Property Gets the maximum map scale at which the item should draw  
    Public Property Gets the minimum map scale at which the item should draw  
    Public Property Gets the name of the project  
    Public Property Gets the project path  
    Public Property Gets the location where the item (i.e. project) is stored  
    Public Property Gets the list of project item containers  
    Public Property Gets if the project is opened in a read-only state  
    Public Property Gets the items that are currently selected in the Project pane or the Project view  
    Public Property Gets the time when the item's source item was last modified  
    Public Property Gets a summary describing the purpose of the item. Derived from the Summary or Purpose defined in the item's metadata.  
    Public Property Gets a comma-separated list of tags that describe the item. Derived from Tags defined in the item's metdata.  
    Public Property Gets a path to a thumbnail that describes and helps to identify the item. Derived from the Thumbnail that is extracted from the item's metadata.  
    Public Property Gets a descriptive title for the item. Derived from the Title in the item's metadata.  
    Public Property Gets a localized string indicating the item's type, for example, shapefile  
    Public Property Gets keywords associated with the item's type that support finding the item with a search  
    Public Property Gets if the project is opened in a read-only state  
    Public Property Gets the location of the current project; that is, the path to the current project file (*.aprx)  
    Public Property Gets a URL that can be used to access the item  
    Public Property Gets the maximum value along the x-axis for the item's minimum bounding rectangle  
    Public Property Gets the minimum value along the x-axis for the item's minimum bounding rectangle  
    Public Property Gets the maximum value along the y-axis for the item's minimum bounding rectangle  
    Public Property Gets the minimum value along the y-axis for the item's minimum bounding rectangle  
    Top
    See Also