This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > II > IItemPathsQuery Interface > IItemPathsQuery.GetItemPaths Method (ArcObjects .NET 10.4 SDK) |
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