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


IItemIndex3.PrefixExists Property (ArcObjects .NET 10.8 SDK)
ArcGIS Developer Help

IItemIndex3.PrefixExists Property

Indicates whether if a give prefix matches any catalog path.

[Visual Basic .NET]
Public Function get_PrefixExists ( _
    ByVal prefix As String _
) As Boolean
[C#]
public bool get_PrefixExists (
    string prefix
);
[C++]
HRESULT get_PrefixExists(
  BSTR prefix,
  Boolean* pbExsits
);
[C++]
Parameters
prefix [in]

prefix 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

IItemIndex3 Interface