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.GetItemTypeFromString Method (ArcObjects .NET 10.5 SDK) |
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