This document is archived and information here might be outdated.  Recommended version.


IDEArcInfoUtilities.ItemExists Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > ID > IDEArcInfoUtilities Interface > IDEArcInfoUtilities.ItemExists Method
ArcGIS Developer Help

IDEArcInfoUtilities.ItemExists Method

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*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IDEArcInfoUtilities Interface