ArcObjects Library Reference (DataSourcesRaster)  

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 [out, retval]

  ppItemURIArray is a parameter of type IItemURIArray

ppItemURIArray [in]

  ppItemURIArray is a parameter of type IItemURIArray

Product Availability

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

See Also

IRasterTypeItemURI Interface