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


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

IGPUtilities.MakeDataElement Method

Returns a data element object from the catalog object specified by the given path, data type, and expand options.

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

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

Product Availability

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

See Also

IGPUtilities Interface