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


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

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(
  Boolean* show
);
[C++]
HRESULT put_AutoShowDirections(
  VARIANT_BOOL show
);
[C++]
Parameters
show [out, retval]

show is a parameter of type bool* show [in]
show is a parameter of type 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