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


IFieldsEdit.Field Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IF > IFieldsEdit Interface > IFieldsEdit.Field Property
ArcGIS Developer Help

IFieldsEdit.Field Property

The field at the specified position.

[Visual Basic .NET]
Public Sub set_Field ( _
    ByVal Index As Integer, _
    ByVal A_2 As IField _
)
[C#]
public void set_Field (
    int Index,
    IField A_2
);
[C++]
HRESULT putref_Field(
  long Index,
  IField* 
);
[C++]
Parameters
Index [in]

Index is a parameter of type long [in]
is a parameter of type IField*

Product Availability

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

See Also

IFieldsEdit Interface