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


IDEArcInfoUtilities.GetItemTypeDescription Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesFile)  

IDEArcInfoUtilities.GetItemTypeDescription Method

Get item type description.

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

Parameters Type [in]
Type is a parameter of type esriArcInfoItemType desc [out, retval] desc is a parameter of type BSTR

Product Availability

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

See Also

IDEArcInfoUtilities Interface