This document is archived and information here might be outdated.  Recommended version.


IWorkspaceDataElements.GetWorkspaceDataElement Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IW > IWorkspaceDataElements Interface > IWorkspaceDataElements.GetWorkspaceDataElement Method
ArcGIS Developer Help

IWorkspaceDataElements.GetWorkspaceDataElement Method

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
);
[C++]
Parameters
browseOptions [in]

browseOptions is a parameter of type IDEBrowseOptions*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IWorkspaceDataElements Interface