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