ArcObjects Library Reference  (NetworkAnalyst)    

INALayer.Expanded Property

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

[Visual Basic 6.0]
Property Expanded As Boolean
[Visual Basic .NET]
Public Property Expanded As Boolean
[C#]
public bool Expanded {get; set;}
[Java]
public  getExpanded (
    boolean Expanded
)
[Java]
public void setExpanded(
    boolean Expanded
)
throws
    IOException,
    AutomationException
[C++]
HRESULT get_Expanded(
  VARIANT_BOOL* Expanded
);
[C++]
HRESULT put_Expanded(
  VARIANT_BOOL Expanded

);

[C++]

Parameters

Expanded [out, retval]

  Expanded is a parameter of type VARIANT_BOOL

Expanded [in]

  Expanded is a parameter of type VARIANT_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

 


Feedback Send feedback on this page