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


IDescTable.FindField Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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