Get dataset type from string.
[Visual Basic .NET] Public Function GetDatasetTypeFromString ( _ ByVal desc As String _ ) As esriDatasetType
[C#] public esriDatasetType GetDatasetTypeFromString ( string desc );
[C++]
HRESULT GetDatasetTypeFromString(
BSTR desc,
esriDatasetType* Type
);
[C++]Parameters
desc [in] desc is a parameter of type BSTR Type [out, retval]Type is a parameter of type esriDatasetType
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.