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


INALayer.Expanded Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INALayer Interface > INALayer.Expanded Property
ArcGIS Developer Help

INALayer.Expanded Property

Indicates if the network analysis layer is expanded or collapsed in the TOC of the map.

[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. Requires Network Analyst Extension.

Remarks

Specifies if the NALayer is expanded.

See Also

INALayer Interface