Get item type from string.
[Visual Basic .NET] Public Function GetItemTypeFromString ( _ ByVal desc As String _ ) As esriArcInfoItemType
[C#] public esriArcInfoItemType GetItemTypeFromString ( string desc );
[C++]
HRESULT GetItemTypeFromString(
BSTR desc,
esriArcInfoItemType* Type
);
[C++]Parameters
desc [in] desc is a parameter of type BSTR Type [out, retval]Type is a parameter of type esriArcInfoItemType
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.