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


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

IFieldError.FieldIndex Property

Field index for the current field error.

[Visual Basic .NET]
Public ReadOnly Property FieldIndex As Integer
[C#]
public int FieldIndex {get;}
[C++]
HRESULT get_FieldIndex(
  System.Int32* FieldIndex
);
[C++]
Parameters
FieldIndex [out, retval]

FieldIndex is a parameter of type long*

Product Availability

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

See Also

IFieldError Interface