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


INetwork.MaxTurn 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.MaxTurn Property
ArcGIS Developer Help

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(
  System.Int32* 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