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


IGxObjectContainer.HasChildren Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Catalog > ESRI.ArcGIS.Catalog > Interfaces > IG > IGxObjectContainer Interface > IGxObjectContainer.HasChildren Property
ArcGIS Developer Help

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