Provides access to members that control item paths.
Members
| Name | Description | |
|---|---|---|
![]() |
GetPaths | Returns all paths associated with the object. |
![]() |
GetPathsEx | Returns all paths associated with the object. |
![]() |
ReplacePaths | Updates all paths associated with the object using the specified mapping rule. The number of values in the two arrays must be the same. |
IItemPaths2.GetPathsEx Method
Returns all paths associated with the object.
Public Function GetPathsEx ( _
ByVal pOptions As IItemPathsOptions _
) As IStringArray
public IStringArray GetPathsEx (
IItemPathsOptions pOptions
);
Inherited Interfaces
| Interfaces | Description |
|---|---|
| IItemPaths | Provides access to members that control item paths. |
Classes that implement IItemPaths2
| Classes | Description |
|---|---|
| CompositeItemURI | A composite item URI object. |
| FileCrawler | A crawler for files that reside on the file-system. |
| FileItemURI | An item URI that identifes a file. |
| IkonosFileCrawler | A crawler for IKONOS and GeoEye-1 files. |
| IndexedItemURI | An indexed item URI object. |
| KompsatFileCrawler | A crawler for KOMPSAT-2 files. |
| LasDatasetToRasterFunctionArguments (esriGeoDatabaseExtensions) | The LasDatasetToRasterFunction arguments. |
| LasToRasterFunctionArguments (esriGeoDatabaseExtensions) | The LasToRasterFunction arguments. |
| PixFileCrawler | A crawler for PIX files. |
| PleiadesFileCrawler | A crawler for Pleiades files. |
| QuickBirdFileCrawler | A crawler for QuickBird and WorldView files. |
| RPFItemURI | An item URI that identifes aN RPF file. |
| ScientificDataCrawler | A crawler for files containing scientific data. |
| SearchItemURI | A URI that identifies a search result item. |
| Spot6FileCrawler | A crawler for SPOT 6 files. |
| SuperViewFileCrawler | A crawler for SuperView-1 files. |
| TerrainToRasterFunctionArguments (esriGeoDatabaseExtensions) | The TerrainToRasterFunction arguments. |
