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 > IFields Interface > IFields.FindFieldByAliasName Method (ArcObjects .NET 10.5 SDK) |
Finds the index of the field with the alias name in the fields collection.
[Visual Basic .NET] Public Function FindFieldByAliasName ( _ ByVal Name As String _ ) As Integer
[C#] public int FindFieldByAliasName ( string Name );
[C++]
HRESULT FindFieldByAliasName(
BSTR Name,
long* Index
);
[C++]
Parameters Name [in] Name is a parameter of type BSTR Index [out, retval] Index is a parameter of type long
If no field is found, this method returns -1.