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


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

INetworkQuery.ComplexTurnCount Property

Number of turn elements in the network dataset having more than two edge elements participating.

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

ComplexTurnCount is a parameter of type long*

Product Availability

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

Remarks

The ComplexTurnCount is the number of turn elements that traverse three or more edge elements in the network.

See Also

INetworkQuery Interface