This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDataBrowser Interface > IDataBrowser.Workspaces Property (ArcObjects .NET 10.4 SDK) |
The workspaces in the specified path.
[Visual Basic .NET] Public Function get_Workspaces ( _ ByVal Path As String _ ) As IEnumWorkspace
[C#] public IEnumWorkspace get_Workspaces ( string Path );
[C++]
HRESULT get_Workspaces(
BSTR Path,
IEnumWorkspace** Workspaces
);
[C++]
Parameters Path [in] Path is a parameter of type BSTR Workspaces [out, retval]
Workspaces is a parameter of type IEnumWorkspace