This document is archived and information here might be outdated. Recommended version. |
Item exists.
[Visual Basic .NET] Public Function ItemExists ( _ ByVal pDEArcInfoTable As IDEArcInfoTable, _ ByVal pGPItem As IGPArcInfoItem _ ) As Boolean
[C#] public bool ItemExists ( IDEArcInfoTable pDEArcInfoTable, IGPArcInfoItem pGPItem );
[C++]
HRESULT ItemExists(
IDEArcInfoTable* pDEArcInfoTable,
IGPArcInfoItem* pGPItem
);
[C++] Parameters pDEArcInfoTable [in]
pDEArcInfoTable is a parameter of type IDEArcInfoTable* pGPItem [in]
pGPItem is a parameter of type IGPArcInfoItem*