ArcObjects Library Reference (GeoDatabase)  

IDEGdbUtilities.GetGeometryTypeFromString Method

Get geometry type from string.

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

Parameters

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

  Type is a parameter of type esriGeometryType

Product Availability

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

See Also

IDEGdbUtilities Interface