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


IDEArcInfoUtilities.GetItemTypeDescription Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > ID > IDEArcInfoUtilities Interface > IDEArcInfoUtilities.GetItemTypeDescription Method
ArcGIS Developer Help

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