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


IWorkspaceDataElements.GetWorkspaceDataElement Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

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,
  IDataElement** workspaceDataElement
);
[C++]

Parameters browseOptions [in]
browseOptions is a parameter of type IDEBrowseOptions workspaceDataElement [out, retval]
workspaceDataElement is a parameter of type IDataElement

Product Availability

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

See Also

IWorkspaceDataElements Interface