Returns a collection of workspaces in the current workspace based on a query string and type.
[Visual Basic .NET] Public Function ListWorkspaces ( _ [ByRef wildCard As Object], _ [ByRef workspaceType As Object] _ ) As Object
[C#] public object ListWorkspaces ( ref object wildCard, ref object workspaceType );
[C#]
Optional Values
wildCard To indicate that this parameter is undefined, first define a variable object Missing = Type.Missing; then pass this in as ref Missing.
workspaceType To indicate that this parameter is undefined, first define a variable object Missing = Type.Missing; then pass this in as ref Missing.
[C++]
HRESULT ListWorkspaces(
VARIANT* wildCard,
VARIANT* workspaceType,
IDispatch** ppEnumList
);
[C++]Parameters
wildCard [optional] wildCard is a parameter of type VARIANTTo indicate this parameter is undefined pass a reference to a VARIANT with type VT_ERROR and scode value of DISP_E_PARAMNOTFOUND.
workspaceType [optional] workspaceType is a parameter of type VARIANTTo indicate this parameter is undefined pass a reference to a VARIANT with type VT_ERROR and scode value of DISP_E_PARAMNOTFOUND.
ppEnumList [out, retval] ppEnumList is a parameter of type IDispatch*
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.