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


IGeoProcessor2.ListRasters Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGeoProcessor2 Interface > IGeoProcessor2.ListRasters Method
ArcGIS Developer Help

IGeoProcessor2.ListRasters Method

Return the list of rasters within the current workspace.

[Visual Basic .NET]
Public Function ListRasters ( _
    ByVal wildCard As String, _
    ByVal RasterType As String _
) As IGpEnumList
[C#]
public IGpEnumList ListRasters (
    string wildCard,
    string RasterType
);
[C++]
HRESULT ListRasters(
  BSTR wildCard,
  BSTR RasterType
);
[C++]
Parameters
wildCard [in]

wildCard is a parameter of type BSTR RasterType [in]
RasterType is a parameter of type BSTR

Product Availability

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

See Also

IGeoProcessor2 Interface