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


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

INetworkDataset.SupportsTurns Property

Indicates if this network dataset supports network turn elements.

[Visual Basic .NET]
Public ReadOnly Property SupportsTurns As Boolean
[C#]
public bool SupportsTurns {get;}
[C++]
HRESULT get_SupportsTurns(
  Boolean* SupportsTurns
);
[C++]
Parameters
SupportsTurns [out, retval]

SupportsTurns is a parameter of type bool*

Product Availability

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

Description

Returns a boolean value indicating if the network dataset supports turns.  For shapefile and geodatabase networks, this property is set on the IDENetworkDataset interface of the data element.  SDC based network datasets do not support turns.

Once a network dataset is created, turn support cannot be added.  This can only be specified when the network is created.

See Also

INetworkDataset Interface