This document is archived and information here might be outdated.  Recommended version.


IItemPathsQuery.GetItemPaths Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IItemPathsQuery.GetItemPaths Method

Parses the raster dataset and item URI attributes of the specified mosaic catalog row and returns an array of paths.

[Visual Basic .NET]
Public Function GetItemPaths ( _
    ByVal pRow As IRow _
) As IStringArray
[C#]
public IStringArray GetItemPaths (
    IRow pRow
);
[C++]
HRESULT GetItemPaths(
  IRow* pRow,
  IStringArray** ppItemPaths
);
[C++]

Parameters pRow [in]
pRow is a parameter of type IRow ppItemPaths [out, retval]
ppItemPaths is a parameter of type IStringArray

Product Availability

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

See Also

IItemPathsQuery Interface