This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPUtilities Interface > IGPUtilities.ExpandDataElement Method (ArcObjects .NET 10.5 SDK) |
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