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,
IEnumIndex** enumIndex
);
[C++]Parameters
FieldName [in] FieldName is a parameter of type BSTR enumIndex [out, retval]enumIndex is a parameter of type IEnumIndex
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.