This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > ID > IDEArcInfoUtilities Interface > IDEArcInfoUtilities.GetItemTypeDescription Method (ArcObjects .NET 10.5 SDK) |
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