This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > II > IItemPathsQuery2 Interface > IItemPathsQuery2.GetRasterTypePaths Method (ArcObjects .NET 10.5 SDK) |
Parses the specified raster type and returns an array of paths.
[Visual Basic .NET] Public Function GetRasterTypePaths ( _ ByVal pRasterType As IRasterType _ ) As IStringArray
[C#] public IStringArray GetRasterTypePaths ( IRasterType pRasterType );
[C++]
HRESULT GetRasterTypePaths(
IRasterType* pRasterType,
IStringArray** ppRasterTypePaths
);
[C++]
Parameters pRasterType [in]
pRasterType is a parameter of type IRasterType ppRasterTypePaths [out, retval]
ppRasterTypePaths is a parameter of type IStringArray