
public class Item : ArcGIS.Desktop.Framework.Contracts.PropertyChangedBase, IMetadata, System.ComponentModel.INotifyPropertyChanged
Public Class Item Inherits ArcGIS.Desktop.Framework.Contracts.PropertyChangedBase Implements IMetadata, System.ComponentModel.INotifyPropertyChanged
An item is a dataset, feature class, table, service, tool, file, folder, and so on that can be used in the current project. For example, an item could be an ArcMap document returned by a search that you want to import to the current project. An item could also be available from the active portal
Item mxdItem = ItemFactory.Instance.Create(@"C:\Projects\RegionalSurvey\LatestResults.mxd");
System.Object
ArcGIS.Desktop.Framework.Contracts.PropertyChangedBase
ArcGIS.Desktop.Core.Item
ArcGIS.Desktop.Core.CustomItemBase
ArcGIS.Desktop.Core.Portal.OnlineItem
ArcGIS.Desktop.TaskAssistant.TaskProjectItem
Target Platforms: Windows 11, Windows 10