ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Core Namespace / IProjectMultiItem Interface
Members Example

In This Topic
    IProjectMultiItem Interface
    In This Topic
    Implemented by items that support import
    Syntax
    public interface IProjectMultiItem 
    Public Interface IProjectMultiItem 
    Example
    Item itemToImport = ItemFactory.Instance.Create(mxdPath);
    await QueuedTask.Run(() => Project.Current.ImportItem(itemToImport as IProjectMultiItem));
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also