![]()  | 
                    
                         This document is archived and information here might be outdated. Recommended version.  | 
                
| ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > ID > IDEArcInfoUtilities Interface > IDEArcInfoUtilities.FindItem Method (ArcObjects .NET 10.4 SDK) | 
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,
  IGPArcInfoItem** ppGPItem
);
[C++]
Parameters pDEArcInfoTable [in]
pDEArcInfoTable is a parameter of type IDEArcInfoTable Name [in] Name is a parameter of type BSTR ppGPItem [out, retval]
ppGPItem is a parameter of type IGPArcInfoItem