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


IDescRow.FindField Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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