LaneSegmentMC¶
Type ISIAPILaneSegmentMC · Interface
Namespace SIDRASolutions.SI.API
Assembly SIDRASolutions.SI.API.dll
COM CLSID DC8841C8-B63F-4FB9-B26B-F8C032743C3E
Declaration¶
Members¶
Properties
| Property | Type | Summary |
|---|---|---|
| MC_class | int |
Movement Class Number |
| Exists | bool |
Flag indicating whether the Movement Class is running on this Lane Segment. This only applies to Approach Lane Segment 2. This value in Approach Lane Segment 1, Exit Lane Segment 1 or 2 is ignored. |
| Percent_change_to_left | float |
Percent Lane Change to the Left (looking in the direction of departure), only applies to the Exit Lane Segment 1. |
| Percent_change_to_right | float |
Percent Lane Change to the Right (looking in the direction of departure), only applies to the Exit Lane Segment 1. |
| LaneSegment | ISIAPILaneSegment |
Properties¶
MC_class¶
Movement Class Number
Type int
Value
One of:
1- Light Vehicles2- Heavy Vehicles3- Buses4- Bicycles5- Large Trucks6- Trams7- User Class 18- User Class 29- User Class 310- User Class 411- User Class 512- User Class 6
Code samples
Exists¶
Flag indicating whether the Movement Class is running on this Lane Segment. This only applies to Approach Lane Segment 2. This value in Approach Lane Segment 1, Exit Lane Segment 1 or 2 is ignored.
Type bool
Code samples
Percent_change_to_left¶
Percent Lane Change to the Left (looking in the direction of departure), only applies to the Exit Lane Segment 1.
Type float
Code samples
Percent_change_to_right¶
Percent Lane Change to the Right (looking in the direction of departure), only applies to the Exit Lane Segment 1.
Type float
Code samples
LaneSegment¶
Type ISIAPILaneSegment