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