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


IDEGdbUtilities.GetFeatureTypeFromString Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

IDEGdbUtilities.GetFeatureTypeFromString Method

Get feature type from string.

[Visual Basic .NET]
Public Function GetFeatureTypeFromString ( _
    ByVal desc As String _
) As esriFeatureType
[C#]
public esriFeatureType GetFeatureTypeFromString (
    string desc
);
[C++]
HRESULT GetFeatureTypeFromString(
  BSTR desc,
  esriFeatureType* Type
);
[C++]

Parameters desc [in] desc is a parameter of type BSTR Type [out, retval]
Type is a parameter of type esriFeatureType

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IDEGdbUtilities Interface