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,
IGpEnumList** ppEnumList
);
[C++]Parameters
wildCard [in] wildCard is a parameter of type BSTR RasterType [in] RasterType is a parameter of type BSTR ppEnumList [out, retval]ppEnumList is a parameter of type IGpEnumList
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.