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


IFieldsEdit.Field Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

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