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