This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > ID > IDEUtilities Interface > IDEUtilities.ExpandDataElement Method (ArcObjects .NET 10.5 SDK) |
Expands a given data element.
[Visual Basic .NET] Public Sub ExpandDataElement ( _ ByVal pInDE As IDataElement, _ ByVal pBrowseOptions As IDEBrowseOptions _ )
[C#] public void ExpandDataElement ( IDataElement pInDE, IDEBrowseOptions pBrowseOptions );
[C++]
HRESULT ExpandDataElement(
IDataElement* pInDE,
IDEBrowseOptions* pBrowseOptions
);
[C++]
Parameters pInDE [in]
pInDE is a parameter of type IDataElement pBrowseOptions [in]
pBrowseOptions is a parameter of type IDEBrowseOptions