com.esri.arcgis.datasourcesraster
Interface IMultiPartItemURI

All Superinterfaces:
Serializable
All Known Implementing Classes:
MultiPartItemURI

public interface IMultiPartItemURI
extends Serializable

Provides access to members that control a multi-part item URI

Product Availability

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


Method Summary
 IItemURIArray getParts()
          The item URI objects associated with this container URI object.
 void setPartsByRef(IItemURIArray ppItemURIArray)
          The item URI objects associated with this container URI object.
 

Method Detail

setPartsByRef

void setPartsByRef(IItemURIArray ppItemURIArray)
                   throws IOException,
                          AutomationException
The item URI objects associated with this container URI object.

Product Availability

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

Parameters:
ppItemURIArray - A reference to a com.esri.arcgis.datasourcesraster.IItemURIArray (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getParts

IItemURIArray getParts()
                       throws IOException,
                              AutomationException
The item URI objects associated with this container URI object.

Product Availability

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

Returns:
A reference to a com.esri.arcgis.datasourcesraster.IItemURIArray
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.