ArcObjects Library Reference (GeoDatabase)  

IDEGdbUtilities.GetFieldTypeDescription Method

Get field type description.

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

Parameters

Type [in]

  Type is a parameter of type esriFieldType

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