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


IDataElement.ChildrenExpanded Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GeoDatabase)  

IDataElement.ChildrenExpanded Property

Indicates if the children have been expanded.

[Visual Basic .NET]
Public Property ChildrenExpanded As Boolean
[C#]
public bool ChildrenExpanded {get; set;}
[C++]
HRESULT get_ChildrenExpanded(
  Boolean* ChildrenExpanded
);
[C++]
HRESULT put_ChildrenExpanded(
  VARIANT_BOOL ChildrenExpanded
);
[C++]

Parameters ChildrenExpanded [out, retval]
ChildrenExpanded is a parameter of type bool* ChildrenExpanded [in]
ChildrenExpanded is a parameter of type bool

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IDataElement Interface