This document is archived and information here might be outdated. Recommended version. |
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
);
[C++] Parameters pRasterType [in]
pRasterType is a parameter of type IRasterType*