This document is archived and information here might be outdated. Recommended version. |
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
AutoShowDirections indicates if the NADirectionsWindow is shown automatically after a route is solved.