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