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


IDescTable.FieldDesc Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > ID > IDescTable Interface > IDescTable.FieldDesc Method
ArcGIS Developer Help

IDescTable.FieldDesc Method

Provides a description of the field.

[Visual Basic .NET]
Public Sub FieldDesc ( _
    ByVal index As Integer, _
    ByRef Name As String, _
    ByRef Type As Int16&, _
    ByRef Width As Integer _
)
[C#]
public void FieldDesc (
    int index,
    ref string Name,
    ref Int16& Type,
    ref int Width
);
[C++]
HRESULT FieldDesc(
  long index,
  System.String* Name,
  System.Int16* Type,
  System.Int32* Width
);
[C++]
Parameters
index [in]

index is a parameter of type long Name [out]
Name is a parameter of type BSTR* Type [out]
Type is a parameter of type short* Width [out]
Width is a parameter of type long*

Product Availability

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

See Also

IDescTable Interface