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


INetwork.MaxTurn Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

INetwork.MaxTurn Property

Maximum number of turns associated with a junction.

[Visual Basic .NET]
Public ReadOnly Property MaxTurn As Integer
[C#]
public int MaxTurn {get;}
[C++]
HRESULT get_MaxTurn(
  long* MaxTurn
);
[C++]

Parameters MaxTurn [out, retval] MaxTurn is a parameter of type long

Product Availability

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

Remarks

MaxTurn returns the maximum number of turns assigned to any given junction within a StreetNetwork.  For a UtilityNetwork, MaxTurn will always return 0.

See Also

INetwork Interface