This document is archived and information here might be outdated. Recommended version. |
Indicates if any of the adjacent edges are restricted due to a turn restriction.
[Visual Basic .NET]
Public ReadOnly Property HasTurnRestriction As Boolean
[C#]
public bool HasTurnRestriction {get;}
[C++]
HRESULT get_HasTurnRestriction(
Boolean* HasTurnRestriction
);
[C++] Parameters HasTurnRestriction [out, retval]
HasTurnRestriction is a parameter of type bool*
The NetworkForwardStarAdjacencies object holds the adjacent network elements that were queried by calling the INetworkForwardStarEx::QueryAdjacencies method.
The HasTurnRestriction property indicates if any of the edges adjacent to the atJunction have not been included in the NetworkForwardStarAdjacencies object due to a turn restriction.