ArcGIS Pro 3.7 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 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also