ArcObjects Library Reference (Geoprocessing)  

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,
  IDataElement** DataElement
);
[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

DataElement [out, retval]

  DataElement is a parameter of type IDataElement

Product Availability

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

See Also

IGPUtilities Interface