You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Determines if, according to the stored geometry data, the managed segment is only connected to highways at the given node.
903
-
///
904
-
/// A segment geometry verification is not performed.
905
-
/// </summary>
906
-
/// <returns>true, if, according to the stored geometry data, the managed segment is only connected to highways at the given node, false otherwise</returns>
907
-
publicboolHasOnlyHighways(boolstartNode){
901
+
/// <summary>
902
+
/// Determines if, according to the stored geometry data, the segment is eligible for turn-on-red.
903
+
///
904
+
/// A segment geometry verification is not performed.
905
+
/// </summary>
906
+
/// <returns>true, if eligible for turn-on-red</returns>
/// Determines if, according to the stored geometry data, the managed segment is only connected to highways at the given node.
920
+
///
921
+
/// A segment geometry verification is not performed.
922
+
/// </summary>
923
+
/// <returns>true, if, according to the stored geometry data, the managed segment is only connected to highways at the given node, false otherwise</returns>
0 commit comments