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
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.