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


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

INetwork.TurnCount Property

Number of turns in the network.

[Visual Basic .NET]
Public ReadOnly Property TurnCount As Integer
[C#]
public int TurnCount {get;}
[C++]
HRESULT get_TurnCount(
  System.Int32* TurnCount
);
[C++]
Parameters
TurnCount [out, retval]

TurnCount is a parameter of type long*

Product Availability

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

Remarks

TurnCount returns a count of all the turns within a StreetNetwork.  For a UtilityNetwork, TurnCount will return 0.

 

See Also

INetwork Interface