This document is archived and information here might be outdated.  Recommended version.


IDEGdbUtilities.GetDatasetTypeFromString Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GeoDatabase)  

IDEGdbUtilities.GetDatasetTypeFromString Method

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
);
[C++]

Parameters desc [in]
desc is a parameter of type BSTR

Product Availability

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

See Also

IDEGdbUtilities Interface