This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INetworkForwardStarAdjacencies Interface > INetworkForwardStarAdjacencies.HasTurnRestriction Property (ArcObjects .NET 10.5 SDK) |
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(
VARIANT_BOOL* HasTurnRestriction
);
[C++]
Parameters HasTurnRestriction [out, retval] HasTurnRestriction is a parameter of type VARIANT_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.