com.esri.arcgis.datasourcesraster
Interface IItemPaths2

All Superinterfaces:
IItemPaths, Serializable
All Known Implementing Classes:
CompositeItemURI, FileItemURI, IkonosFileCrawler, IndexedItemURI, LasDatasetToRasterFunctionArguments, LasToRasterFunctionArguments, PixFileCrawler, QuickBirdFileCrawler, RPFItemURI, TerrainToRasterFunctionArguments

public interface IItemPaths2
extends IItemPaths, Serializable

Provides access to members that control item paths.

Product Availability

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


Method Summary
 IStringArray getPathsEx(IItemPathsOptions pOptions)
          Returns all paths associated with the object.
 
Methods inherited from interface com.esri.arcgis.datasourcesraster.IItemPaths
getPaths, replacePaths
 

Method Detail

getPathsEx

IStringArray getPathsEx(IItemPathsOptions pOptions)
                        throws IOException,
                               AutomationException
Returns all paths associated with the object.

Product Availability

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

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