ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Core Namespace / Item Class
Members Example Version

    Item Class
    Represents an item that is available to be used in the current project
    Object Model
    Item ClassTimeInstant Class
    Syntax
    Remarks

    An item is a dataset, feature class, table, service, tool, file, folder, and so on that can be used in the current project. For example, an item could be an ArcMap document returned by a search that you want to import to the current project. An item could also be available from the active portal

    Example
    Create An Item
    Item mxdItem = ItemFactory.Instance.Create(@"C:\Projects\RegionalSurvey\LatestResults.mxd");
    
    Inheritance Hierarchy
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also