ArcGIS Pro 2.8 API Reference Guide
ImportItem(IProjectMultiItem,Boolean) Method

ArcGIS.Desktop.Core Namespace > Project Class > ImportItem Method : ImportItem(IProjectMultiItem,Boolean) Method
The item to be imported
Set to true to open a pane for the imported item (e.g. a map)
Imports an item to the current project. This method must be called on the MCT. Use QueuedTask.Run.
Syntax

Parameters

item
The item to be imported
openPaneAfterImport
Set to true to open a pane for the imported item (e.g. a map)

Return Value

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.
The map will always be the pane opened when an ArcMap document is imported and openPaneAfterImport = true.
openPaneAfterImport will be ignored for imported items that do not have an associated pane.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

Project Class
Project Members
Overload List