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


IDEUtilities.MakeDataElements Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > ID > IDEUtilities Interface > IDEUtilities.MakeDataElements Method
ArcGIS Developer Help

IDEUtilities.MakeDataElements Method

Returns an array of data elements for a catalog path.

[Visual Basic .NET]
Public Function MakeDataElements ( _
    ByVal catalogPath As String, _
    ByVal pBrowseOptions As IDEBrowseOptions _
) As IArray
[C#]
public IArray MakeDataElements (
    string catalogPath,
    IDEBrowseOptions pBrowseOptions
);
[C++]
HRESULT MakeDataElements(
  BSTR catalogPath,
  IDEBrowseOptions* pBrowseOptions
);
[C++]
Parameters
catalogPath [in]

catalogPath is a parameter of type BSTR pBrowseOptions [in]
pBrowseOptions is a parameter of type IDEBrowseOptions*

Product Availability

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

See Also

IDEUtilities Interface