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


IGpDispatch.ListDatasets Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGpDispatch.ListDatasets Method

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

[Visual Basic .NET]
Public Function ListDatasets ( _
    [ByRef wildCard As Object], _
    [ByRef FeatureType As Object] _
) As Object
[C#]
public object ListDatasets (
    ref object wildCard,
    ref object FeatureType
);
[C++]
HRESULT ListDatasets(
  Variant* wildCard,
  Variant* FeatureType
);
[C++]

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

Product Availability

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

See Also

IGpDispatch Interface