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


IArcInfoTable.FindItem Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > IA > IArcInfoTable Interface > IArcInfoTable.FindItem Method
ArcGIS Developer Help

IArcInfoTable.FindItem Method

Index of the Item with the specified name.

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

Name is a parameter of type BSTR

Product Availability

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

See Also

IArcInfoTable Interface