OutputPhaseMovTimingPathMovement¶
Type ISIAPIOutputPhaseMovTimingPathMovement · Interface
Namespace SIDRASolutions.SI.API
Assembly SIDRASolutions.SI.API.dll
COM CLSID 0BC237A4-F607-49C5-B95E-14DF0D5B33EE
Declaration¶
[Guid("0BC237A4-F607-49C5-B95E-14DF0D5B33EE")]
public interface ISIAPIOutputPhaseMovTimingPathMovement
Members¶
Properties
| Property | Type | Summary |
|---|---|---|
| Position | int |
The index of this Movement in the Timing Path. It is a zero-base integer. |
| Mov_type | int |
Movement Type |
| Origin | int |
|
| Destination | int |
|
| MC_class | int |
|
| Ped_type | int |
|
| Ped_stage | int |
|
| Greenperiod | int |
|
| Dummy_phase_original_position | int |
|
| Green_time | float |
|
| Start_phase | int |
The position / index of the Phase that this Movement starts from |
| End_phase | int |
The position / index of the Phase that this Movement finishes at. |
| MovementDisplayID | string |
|
| SiteDisplayID | string |
|
| Critical_mov | bool |
Flag indicating this Movement is a critical movement or not. |
| Eff_green | float |
|
| Reqd_time | float |
|
| MaxGreenPeriod | int |
|
| OutputPhaseMovTimingPath | ISIAPIOutputPhaseMovTimingPath |
Properties¶
Position¶
The index of this Movement in the Timing Path. It is a zero-base integer.
Type int
Code samples
Mov_type¶
Movement Type
Type int
Value
One of:
1- Vehicle Approach Movement2- Pedestrian Movement3- Dummy Movement in a Phase
Code samples
Origin¶
Type int
Code samples
Destination¶
Type int
Code samples
MC_class¶
Type int
Code samples
Ped_type¶
Type int
Code samples
Ped_stage¶
Type int
Code samples
Greenperiod¶
Type int
Code samples
Dummy_phase_original_position¶
Type int
Code samples
Green_time¶
Type float
Code samples
Start_phase¶
The position / index of the Phase that this Movement starts from
Type int
Code samples
End_phase¶
The position / index of the Phase that this Movement finishes at.
Type int
Code samples
MovementDisplayID¶
Type string
Code samples
SiteDisplayID¶
Type string
Code samples
Critical_mov¶
Flag indicating this Movement is a critical movement or not.
Type bool
Code samples
Eff_green¶
Type float
Code samples
Reqd_time¶
Type float
Code samples
MaxGreenPeriod¶
Type int
Code samples
OutputPhaseMovTimingPath¶
Type ISIAPIOutputPhaseMovTimingPath