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


IIndexes.FindIndexesByFieldName Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > II > IIndexes Interface > IIndexes.FindIndexesByFieldName Method
ArcGIS Developer Help

IIndexes.FindIndexesByFieldName Method

The set of indexes for a given field name (if any).

[Visual Basic .NET]
Public Function FindIndexesByFieldName ( _
    ByVal FieldName As String _
) As IEnumIndex
[C#]
public IEnumIndex FindIndexesByFieldName (
    string FieldName
);
[C++]
HRESULT FindIndexesByFieldName(
  BSTR FieldName
);
[C++]
Parameters
FieldName [in]

FieldName is a parameter of type BSTR

Product Availability

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

See Also

IIndexes Interface