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


IGPUtilities.ExpandDataElement Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPUtilities Interface > IGPUtilities.ExpandDataElement Method
ArcGIS Developer Help

IGPUtilities.ExpandDataElement Method

Expands the properties of the given data element according to the given expand options.

[Visual Basic .NET]
Public Sub ExpandDataElement ( _
    ByVal pInDE As IDataElement, _
    ByVal pExpandOptions As IDEBrowseOptions _
)
[C#]
public void ExpandDataElement (
    IDataElement pInDE,
    IDEBrowseOptions pExpandOptions
);
[C++]
HRESULT ExpandDataElement(
  IDataElement* pInDE,
  IDEBrowseOptions* pExpandOptions
);
[C++]
Parameters
pInDE [in]

pInDE is a parameter of type IDataElement* pExpandOptions [in]
pExpandOptions is a parameter of type IDEBrowseOptions*

Product Availability

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

See Also

IGPUtilities Interface