This document is archived and information here might be outdated. Recommended version. |
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