ArcObjects Library Reference (GeoDatabase)  

IDEGdbUtilities.GetFeatureTypeDescription Method

Get feature type description.

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

Parameters

Type [in]

  Type is a parameter of type esriFeatureType

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

Product Availability

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

See Also

IDEGdbUtilities Interface