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