ArcObjects Library Reference (GeoDatabase)  

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(
  long* 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