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


IItemIndex.ItemInfoExists Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Search)  

IItemIndex.ItemInfoExists Property

Indicates whether to check a particular iteminfo exists or not.

[Visual Basic .NET]
Public Function get_ItemInfoExists ( _
    ByVal catalogPath As String _
) As Boolean
[C#]
public bool get_ItemInfoExists (
    string catalogPath
);
[C++]
HRESULT get_ItemInfoExists(
  BSTR catalogPath,
  VARIANT_BOOL* pbExsits
);
[C++]

Parameters catalogPath [in] catalogPath is a parameter of type BSTR pbExsits [out, retval] pbExsits is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

See Also

IItemIndex Interface