This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDataElementInfo Interface > IDataElementInfo.GetDataElement Method (ArcObjects .NET 10.4 SDK) |
Returns the associated data element.
[Visual Basic .NET] Public Function GetDataElement ( _ ByVal browseOptions As IDEBrowseOptions _ ) As IDataElement
[C#] public IDataElement GetDataElement ( IDEBrowseOptions browseOptions );
[C++]
HRESULT GetDataElement(
IDEBrowseOptions* browseOptions,
IDataElement** DataElement
);
[C++]
Parameters browseOptions [in]
browseOptions is a parameter of type IDEBrowseOptions DataElement [out, retval]
DataElement is a parameter of type IDataElement