This document is archived and information here might be outdated. Recommended version. |
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*
MaxTurn returns the maximum number of turns assigned to any given junction within a StreetNetwork. For a UtilityNetwork, MaxTurn will always return 0.