This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITableFields Interface > ITableFields.FieldInfo Property (ArcObjects .NET 10.4 SDK) |
The extended field information for the field at the given 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