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