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


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

IGpDispatch.ListFeatureClasses Method

Returns a collection of feature classes in the current workspace or optional dataset, based on a query string and type.

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

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

Product Availability

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

See Also

IGpDispatch Interface