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

In This Topic
    Item Class
    In This Topic
    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