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


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

IWMSGroupLayer.Expanded Property

Indicates if the layer is expanded or collapsed.

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

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

Product Availability

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

See Also

IWMSGroupLayer Interface