This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IF > IFieldsEdit Interface > IFieldsEdit.Field Property (ArcObjects .NET 10.5 SDK) |
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