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


IArcInfoTable.AddItem Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesFile)  

IArcInfoTable.AddItem Method

Adds an Item to this Table.

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

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

Product Availability

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

See Also

IArcInfoTable Interface