This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IF > IFields Interface > IFields.Field Property (ArcObjects .NET 10.4 SDK) |
The field at the specified index in the fields collection.
[Visual Basic .NET] Public Function get_Field ( _ ByVal Index As Integer _ ) As IField
[C#] public IField get_Field ( int Index );
[C++]
HRESULT get_Field(
long Index,
IField** Field
);
[C++]
Parameters Index [in] Index is a parameter of type long Field [out, retval]
Field is a parameter of type IField