This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterTypeItemURI Interface > IRasterTypeItemURI.Items Property (ArcObjects .NET 10.5 SDK) |
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 [out, retval]
ppItemURIArray is a parameter of type IItemURIArray ppItemURIArray [in]
ppItemURIArray is a parameter of type IItemURIArray