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


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

IDENetworkDataset.SupportsTurns Property

Indicates if this network dataset supports network turn elements.

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

SupportsTurns is a parameter of type bool* SupportsTurns [in]
SupportsTurns is a parameter of type bool

Product Availability

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

Remarks

The SupportsTurns property indicates whether the network dataset can support turns. Once created, the turn support property of a network dataset cannot be changed. Specifying that a network dataset can support turns will allow Turn sources to be added to the network and also allow Turn evaluators to be added to the network dataset. This will allow evaluators such as �All left hand turns will take 15 seconds� to be specified.

If not set on the data element, the SupportsTurns property will default to True for shapefile and geodatabase networks.

See Also

IDENetworkDataset Interface

.NET Samples

Subset network evaluators Subset network evaluators