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


IGPItemIndexer.IsAncestorRegistered Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Search)  

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,
  VARIANT_BOOL* pRegistered
);
[C++]

Parameters pItemInfo [in]
pItemInfo is a parameter of type IItemInfo pRegistered [out, retval] pRegistered is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IGPItemIndexer Interface