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


ICompositeLayer2.Expanded Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IC > ICompositeLayer2 Interface > ICompositeLayer2.Expanded Property
ArcGIS Developer Help

ICompositeLayer2.Expanded Property

Indicates if the layer is expanded in the TOC.

[Visual Basic .NET]
Public Property Expanded As Boolean
[C#]
public bool Expanded {get; set;}
[C++]
HRESULT get_Expanded(
  Boolean* Expanded
);
[C++]
HRESULT put_Expanded(
  VARIANT_BOOL Expanded
);
[C++]
Parameters
Expanded [out, retval]

Expanded is a parameter of type bool* Expanded [in]
Expanded is a parameter of type bool

Product Availability

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

See Also

ICompositeLayer2 Interface