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


IGPUtilities.ExpandDataElement Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geoprocessing)  

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