MapRoute.HasBlockedRoads Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value that indicates the route has been modified from the "best" route to avoid blocked roads.
public:
property bool HasBlockedRoads { bool get(); };
bool HasBlockedRoads();
public bool HasBlockedRoads { get; }
var boolean = mapRoute.hasBlockedRoads;
Public ReadOnly Property HasBlockedRoads As Boolean
Property Value
Boolean
bool
true if the route has been modified to avoid blocked roads; otherwise, false.