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