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


INAStreetDirectionsAgent.AutoShowDirections Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (NetworkAnalyst)  

INAStreetDirectionsAgent.AutoShowDirections Property

Indicates if directions are automatically updated and shown when a route changes.

[Visual Basic .NET]
Public Property AutoShowDirections As Boolean
[C#]
public bool AutoShowDirections {get; set;}
[C++]
HRESULT get_AutoShowDirections(
  VARIANT_BOOL* show
);
[C++]
HRESULT put_AutoShowDirections(
  VARIANT_BOOL show
);
[C++]

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.

Remarks

AutoShowDirections indicates if the NADirectionsWindow is shown automatically after a route is solved.

See Also

INAStreetDirectionsAgent Interface