This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAStreetDirectionsAgent Interface > INAStreetDirectionsAgent.AutoShowDirections Property (ArcObjects .NET 10.5 SDK) |
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
AutoShowDirections indicates if the NADirectionsWindow is shown automatically after a route is solved.