This document is archived and information here might be outdated.  Recommended version.


INetworkForwardStarAdjacencies.HasTurnRestriction Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INetworkForwardStarAdjacencies Interface > INetworkForwardStarAdjacencies.HasTurnRestriction Property
ArcGIS Developer Help

INetworkForwardStarAdjacencies.HasTurnRestriction Property

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*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

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.

See Also

INetworkForwardStarAdjacencies Interface