This document is archived and information here might be outdated.  Recommended version.


IItemPathsQuery2.GetRasterTypePaths Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > II > IItemPathsQuery2 Interface > IItemPathsQuery2.GetRasterTypePaths Method
ArcGIS Developer Help

IItemPathsQuery2.GetRasterTypePaths Method

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*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IItemPathsQuery2 Interface