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