This document is archived and information here might be outdated. Recommended version. |
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*