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


IDataElementInfo.GetDataElement Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

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

Parameters 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

IDataElementInfo Interface