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,
VARIANT_BOOL* pExists
);
[C++]Parameters
pDEArcInfoTable [in]pDEArcInfoTable is a parameter of type IDEArcInfoTable
pGPItem [in]pGPItem is a parameter of type IGPArcInfoItem
pExists [out, retval] pExists is a parameter of type VARIANT_BOOL
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.