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


IGxObjectContainer.HasChildren Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Catalog)  

IGxObjectContainer.HasChildren Property

Indicates if the object has any children.

[Visual Basic .NET]
Public ReadOnly Property HasChildren As Boolean
[C#]
public bool HasChildren {get;}

Product Availability

Available with ArcGIS Desktop.

Remarks

Note: This property always return True even when it has no children. This was done to improve the overall ArcCatalog browsing performance.

See Also

IGxObjectContainer Interface