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


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

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

Parameters datasetSpec [in] datasetSpec is a parameter of type LPUNKNOWN browseOptions [in]
browseOptions is a parameter of type IDEBrowseOptions DataElement [out, retval]
DataElement is a parameter of type IDataElement

Product Availability

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

See Also

IWorkspaceDataElements Interface

.NET Related Topics

Geodatabase