This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IW > IWorkspaceDataElements Interface > IWorkspaceDataElements.GetDatasetDataElement Method (ArcObjects .NET 10.5 SDK) |
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