This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > ID > IDEUtilities Interface > IDEUtilities.OpenDatasetFromLocation Method (ArcObjects .NET 10.5 SDK) |
Returns the dataset by catalog path.
[Visual Basic .NET] Public Function OpenDatasetFromLocation ( _ ByVal catalogPath As String, _ ByVal pDataType As IGPDataType _ ) As IDataset
[C#] public IDataset OpenDatasetFromLocation ( string catalogPath, IGPDataType pDataType );
[C++]
HRESULT OpenDatasetFromLocation(
BSTR catalogPath,
IGPDataType* pDataType,
IDataset** ppDataset
);
[C++]
Parameters catalogPath [in] catalogPath is a parameter of type BSTR pDataType [in]
pDataType is a parameter of type IGPDataType ppDataset [out, retval]
ppDataset is a parameter of type IDataset