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


IGPItemIndexer.IsAncestorRegistered Property (ArcObjects .NET 10.8 SDK)
ArcGIS Developer Help

IGPItemIndexer.IsAncestorRegistered Property

Indicates whether the ancestor of this ItemInfo has been registered to be indexed.

[Visual Basic .NET]
Public Function get_IsAncestorRegistered ( _
    ByVal pItemInfo As IItemInfo _
) As Boolean
[C#]
public bool get_IsAncestorRegistered (
    IItemInfo pItemInfo
);
[C++]
HRESULT get_IsAncestorRegistered(
  IItemInfo* pItemInfo,
  Boolean* pRegistered
);
[C++]
Parameters
pItemInfo [in]

pItemInfo is a parameter of type IItemInfo* pRegistered [out, retval]
pRegistered is a parameter of type bool*

Product Availability

No record for Search in Libraries found

See Also

IGPItemIndexer Interface