This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Catalog > ESRI.ArcGIS.Catalog > Interfaces > IG > IGxObjectContainer Interface > IGxObjectContainer.HasChildren Property (ArcObjects .NET 10.4 SDK) |
Indicates if the object has any children.
[Visual Basic .NET] Public ReadOnly Property HasChildren As Boolean
[C#] public bool HasChildren {get;}
Note: This property always return True even when it has no children. This was done to improve the overall ArcCatalog browsing performance.