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


IDEUtilities.MakeDataElement 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.MakeDataElement Method
ArcGIS Developer Help

IDEUtilities.MakeDataElement Method

Makes a data element from path.

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

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

Product Availability

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

See Also

IDEUtilities Interface