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


IDescRow.FindField Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > ID > IDescRow Interface > IDescRow.FindField Property
ArcGIS Developer Help

IDescRow.FindField Property

The index of the desired field.

[Visual Basic .NET]
Public Function get_FindField ( _
    ByVal strtofind As String _
) As Integer
[C#]
public int get_FindField (
    string strtofind
);
[C++]
HRESULT get_FindField(
  BSTR strtofind,
  System.Int32* index
);
[C++]
Parameters
strtofind [in]

strtofind is a parameter of type BSTR index [out, retval]
index is a parameter of type long*

Product Availability

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

See Also

IDescRow Interface