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


IWorkspaceDataElements.GetDatasetDataElement 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.GetDatasetDataElement Method
ArcGIS Developer Help

IWorkspaceDataElements.GetDatasetDataElement Method

Returns the data element for the in-bound dataset name or dataset object.

[Visual Basic .NET]
Public Function GetDatasetDataElement ( _
    ByVal datasetSpec As Object, _
    ByVal browseOptions As IDEBrowseOptions _
) As IDataElement
[C#]
public IDataElement GetDatasetDataElement (
    object datasetSpec,
    IDEBrowseOptions browseOptions
);
[C++]
HRESULT GetDatasetDataElement(
  LPUNKNOWN datasetSpec,
  IDEBrowseOptions* browseOptions
);
[C++]
Parameters
datasetSpec [in]

datasetSpec is a parameter of type IUnknown browseOptions [in]
browseOptions is a parameter of type IDEBrowseOptions*

Product Availability

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

See Also

IWorkspaceDataElements Interface