This document is archived and information here might be outdated. Recommended version. |
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*