ArcObjects Library Reference (GeoDatabase)  

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