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


IItemIndex.ItemInfoExists Property (ArcObjects .NET 10.8 SDK)
ArcGIS Developer Help

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,
  Boolean* pbExsits
);
[C++]
Parameters
catalogPath [in]

catalogPath is a parameter of type BSTR pbExsits [out, retval]
pbExsits is a parameter of type bool*

Product Availability

No record for Search in Libraries found

See Also

IItemIndex Interface