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
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.