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


IDEGdbUtilities.GetGeometryTypeDescription Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDEGdbUtilities Interface > IDEGdbUtilities.GetGeometryTypeDescription Method
ArcGIS Developer Help

IDEGdbUtilities.GetGeometryTypeDescription Method

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
);
[C++]
Parameters
Type [in]

Type is a parameter of type esriGeometryType

Product Availability

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

See Also

IDEGdbUtilities Interface