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.MakeDataElement Method (ArcObjects .NET 10.5 SDK) |
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