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


IDEArcInfoUtilities.GetItemTypeDescription Method (ArcObjects .NET 10.6 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
);
[C++]

Parameters Type [in]
Type is a parameter of type esriArcInfoItemType

Product Availability

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

See Also

IDEArcInfoUtilities Interface