MapRoute.HasBlockedRoads Property

Definition

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.

Applies to