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


IItemPathsQuery.GetItemPaths Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > II > IItemPathsQuery Interface > IItemPathsQuery.GetItemPaths Method
ArcGIS Developer Help

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
);
[C++]
Parameters
pRow [in]

pRow is a parameter of type IRow*

Product Availability

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

See Also

IItemPathsQuery Interface