ArcObjects Library Reference  (DataSourcesFile)    

IArcInfoItemsEdit.AddItem Method

Adds an Item to the Items Collection.

[Visual Basic 6.0]
Sub AddItem(
    ByVal Item As IArcInfoItem _
)
[Visual Basic .NET]
Public Sub AddItem ( _
    ByVal Item As IArcInfoItem _
)
[C#]
public void AddItem (
    IArcInfoItem Item
);
[Java]
public void addItem (
    IArcInfoItem Item
)
throws
    IOException,
    AutomationException
[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