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


IArcInfoItemsEdit.AddItem Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > IA > IArcInfoItemsEdit Interface > IArcInfoItemsEdit.AddItem Method
ArcGIS Developer Help

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