This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > IA > IArcInfoTable Interface > IArcInfoTable.AddItem Method (ArcObjects .NET 10.5 SDK) |
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