This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDEGdbUtilities Interface > IDEGdbUtilities.GetDatasetTypeDescription Method (ArcObjects .NET 10.4 SDK) |
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