ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Core Namespace / Project Class / ImportItem Method / ImportItem(IProjectMultiItem) Method

In This Topic
    ImportItem(IProjectMultiItem) Method
    In This Topic
    Imports an item to the current project. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    Public Overloads Function ImportItem( _
       ByVal item As IProjectMultiItem _
    ) As IEnumerable(Of IProjectItem)

    Parameters

    item

    Return Value

    IEnumerable{IProjectItem}
    Exceptions
    ExceptionDescription
    This method or property must be called within the lambda passed to QueuedTask.Run.
    Remarks
    For example, import an ArcMap document. The imported item is converted to the appropriate ArcGIS Pro item and stored in the project.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also