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


IItemInfos.Add Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > II > IItemInfos Interface > IItemInfos.Add Method
ArcGIS Developer Help

IItemInfos.Add Method

Adds an ItemInfo to the array.

[Visual Basic .NET]
Public Sub Add ( _
    ByVal ii As IItemInfo _
)
[C#]
public void Add (
    IItemInfo ii
);
[C++]
HRESULT Add(
  IItemInfo* ii
);
[C++]
Parameters
ii [in]

ii is a parameter of type IItemInfo*

Product Availability

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

See Also

IItemInfos Interface