ArcGIS Pro 2.9 API Reference Guide
ImportItem(IProjectMultiItem) Method

ArcGIS.Desktop.Core Namespace > Project Class > ImportItem Method : ImportItem(IProjectMultiItem) Method
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, Windows 8.1

See Also

Reference

Project Class
Project Members
Overload List