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


IFieldInfoSet.Find Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IF > IFieldInfoSet Interface > IFieldInfoSet.Find Method
ArcGIS Developer Help

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
);
[C++]
Parameters
FieldName [in]

FieldName is a parameter of type BSTR

Product Availability

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

See Also

IFieldInfoSet Interface