Parses the specified raster type and returns an array of paths.
[Visual Basic .NET] Public Sub GetRasterTypePaths ( _ ByVal pRasterType As IRasterType, _ ByRef ppRasterTypePaths As IStringArray _ )
[C#] public void GetRasterTypePaths ( IRasterType pRasterType, ref IStringArray ppRasterTypePaths );
[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.