This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INetwork Interface > INetwork.MaxTurn Property (ArcObjects .NET 10.5 SDK) |
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
MaxTurn returns the maximum number of turns assigned to any given junction within a StreetNetwork. For a UtilityNetwork, MaxTurn will always return 0.