ArcObjects Library Reference (GeoDatabase)  

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(
  VARIANT_BOOL* HasTurnRestriction
);
[C++]

Parameters

HasTurnRestriction [out, retval]   HasTurnRestriction is a parameter of type VARIANT_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