This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INetworkQuery Interface > INetworkQuery.ComplexTurnCount Property (ArcObjects .NET 10.4 SDK) |
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
The ComplexTurnCount is the number of turn elements that traverse three or more edge elements in the network.