ArcObjects Library Reference (Carto)  

IFieldInfoSet.Find Method

Returns the fieldinfo for the field with the specified name.

[Visual Basic .NET]
Public Function Find ( _
    ByVal FieldName As String _
) As IFieldInfo
[C#]
public IFieldInfo Find (
    string FieldName
);
[C++]
HRESULT Find(
  BSTR FieldName,
  IFieldInfo** FieldInfo
);
[C++]

Parameters

FieldName [in]   FieldName is a parameter of type BSTR FieldInfo [out, retval]

  FieldInfo is a parameter of type IFieldInfo

Product Availability

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

See Also

IFieldInfoSet Interface