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(
  VARIANT_BOOL* ChildrenExpanded
);
[C++]
HRESULT put_ChildrenExpanded(
  VARIANT_BOOL ChildrenExpanded
);
[C++]

Parameters

ChildrenExpanded [out, retval]   ChildrenExpanded is a parameter of type VARIANT_BOOL ChildrenExpanded [in]   ChildrenExpanded is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IDataElement Interface