ArcObjects Library Reference (GeoDatabase)  

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

Parameters

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