ArcObjects Library Reference (GeoDatabase)  

IDEGdbUtilities.GetDatasetTypeDescription Method

Get dataset type description.

[Visual Basic .NET]
Public Function GetDatasetTypeDescription ( _
    ByVal Type As esriDatasetType _
) As String
[C#]
public string GetDatasetTypeDescription (
    esriDatasetType Type
);
[C++]
HRESULT GetDatasetTypeDescription(
  esriDatasetType Type,
  BSTR* desc
);
[C++]

Parameters

Type [in]

  Type is a parameter of type esriDatasetType

desc [out, retval]   desc is a parameter of type BSTR

Product Availability

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

See Also

IDEGdbUtilities Interface