This document is archived and information here might be outdated.  Recommended version.


IArcInfoItemsEdit.AddItem Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesFile)  

IArcInfoItemsEdit.AddItem Method

Adds an Item to the Items Collection.

[Visual Basic .NET]
Public Sub AddItem ( _
    ByVal Item As IArcInfoItem _
)
[C#]
public void AddItem (
    IArcInfoItem Item
);
[C++]
HRESULT AddItem(
  IArcInfoItem* Item
);
[C++]

Parameters Item [in]
Item is a parameter of type IArcInfoItem

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IArcInfoItemsEdit Interface