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