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


IFieldInfoSet.FieldInfo Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IF > IFieldInfoSet Interface > IFieldInfoSet.FieldInfo Property
ArcGIS Developer Help

IFieldInfoSet.FieldInfo Property

Extended field information for the field at the specified index.

[Visual Basic .NET]
Public Function get_FieldInfo ( _
    ByVal Index As Integer _
) As IFieldInfo
[C#]
public IFieldInfo get_FieldInfo (
    int Index
);
[C++]
HRESULT get_FieldInfo(
  long Index,
  IFieldInfo** FieldInfo
);
[C++]
Parameters
Index [in]

Index is a parameter of type long FieldInfo [out, retval]
FieldInfo is a parameter of type IFieldInfo**

Product Availability

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

See Also

IFieldInfoSet Interface