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


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

IItemURIArray.Add Method

Adds an item template.

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

pItemURI is a parameter of type IItemURI*

Product Availability

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

See Also

IItemURIArray Interface