This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IW > IWorkspaceDataElements Interface > IWorkspaceDataElements.GetWorkspaceDataElement Method (ArcObjects .NET 10.4 SDK) |
The data element for the workspace.
[Visual Basic .NET] Public Function GetWorkspaceDataElement ( _ ByVal browseOptions As IDEBrowseOptions _ ) As IDataElement
[C#] public IDataElement GetWorkspaceDataElement ( IDEBrowseOptions browseOptions );
[C++]
HRESULT GetWorkspaceDataElement(
IDEBrowseOptions* browseOptions,
IDataElement** workspaceDataElement
);
[C++]
Parameters browseOptions [in]
browseOptions is a parameter of type IDEBrowseOptions workspaceDataElement [out, retval]
workspaceDataElement is a parameter of type IDataElement