This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > ID > IDEArcInfoUtilities Interface > IDEArcInfoUtilities.ItemExists Method (ArcObjects .NET 10.5 SDK) |
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