This document is archived and information here might be outdated. Recommended version. |
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