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


IDataElementInfo.GetDataElement Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDataElementInfo Interface > IDataElementInfo.GetDataElement Method
ArcGIS Developer Help

IDataElementInfo.GetDataElement Method

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
);
[C++]
Parameters
browseOptions [in]

browseOptions is a parameter of type IDEBrowseOptions*

Product Availability

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

See Also

IDataElementInfo Interface