ArcObjects Library Reference (GeoDatabase)  

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

Parameters

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