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


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

IDescTable.FindField Method

Finds a field in the descriptor table.

[Visual Basic .NET]
Public Function FindField ( _
    ByVal strtofind As String _
) As Integer
[C#]
public int FindField (
    string strtofind
);
[C++]
HRESULT FindField(
  BSTR strtofind
);
[C++]
Parameters
strtofind [in]

strtofind is a parameter of type BSTR

Product Availability

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

See Also

IDescTable Interface