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


IGpDispatch.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 > IGpDispatch Interface > IGpDispatch.ListRasters Method
ArcGIS Developer Help

IGpDispatch.ListRasters Method

Returns a collection of rasters in the current workspace based on a query string and type.

[Visual Basic .NET]
Public Function ListRasters ( _
    [ByRef wildCard As Object], _
    [ByRef RasterType As Object] _
) As Object
[C#]
public object ListRasters (
    ref object wildCard,
    ref object RasterType
);
[C++]
HRESULT ListRasters(
  Variant* wildCard,
  Variant* RasterType
);
[C++]
Parameters
wildCard [in, optional]

wildCard is a parameter of type VARIANT* RasterType [in, optional]
RasterType is a parameter of type VARIANT*

Product Availability

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

See Also

IGpDispatch Interface