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


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

IDEArcInfoUtilities.FindItem Method

FindItem.

[Visual Basic .NET]
Public Function FindItem ( _
    ByVal pDEArcInfoTable As IDEArcInfoTable, _
    ByVal Name As String _
) As IGPArcInfoItem
[C#]
public IGPArcInfoItem FindItem (
    IDEArcInfoTable pDEArcInfoTable,
    string Name
);
[C++]
HRESULT FindItem(
  IDEArcInfoTable* pDEArcInfoTable,
  BSTR Name
);
[C++]
Parameters
pDEArcInfoTable [in]

pDEArcInfoTable is a parameter of type IDEArcInfoTable* Name [in]
Name is a parameter of type BSTR

Product Availability

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

See Also

IDEArcInfoUtilities Interface