This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IF > IFieldInfoSet Interface > IFieldInfoSet.Find Method (ArcObjects .NET 10.4 SDK) |
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