ArcObjects Library Reference (Geoprocessing)  

IDEUtilities.OpenDataset Method

Returns the dataset for the given data element.

[Visual Basic .NET]
Public Function OpenDataset ( _
    ByVal pDataElement As IDataElement _
) As IDataset
[C#]
public IDataset OpenDataset (
    IDataElement pDataElement
);
[C++]
HRESULT OpenDataset(
  IDataElement* pDataElement,
  IDataset** ppDataset
);
[C++]

Parameters

pDataElement [in]

  pDataElement is a parameter of type IDataElement

ppDataset [out, retval]

  ppDataset is a parameter of type IDataset

Product Availability

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

See Also

IDEUtilities Interface