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