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


IRasterTypeItemURI.Items Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterTypeItemURI Interface > IRasterTypeItemURI.Items Property
ArcGIS Developer Help

IRasterTypeItemURI.Items Property

The item URI objects associated with this container URI object.

[Visual Basic .NET]
Public Property Items As IItemURIArray
[C#]
public IItemURIArray Items {get; set;}
[C++]
HRESULT get_Items(
  IItemURIArray* ppItemURIArray
);
[C++]
HRESULT putref_Items(
  IItemURIArray** ppItemURIArray
);
[C++]
Parameters
ppItemURIArray [in]

ppItemURIArray is a parameter of type IItemURIArray* ppItemURIArray [out, retval]
ppItemURIArray is a parameter of type IItemURIArray**

Product Availability

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

See Also

IRasterTypeItemURI Interface