SiteVolumeMovPed¶
Type ISIAPISiteVolumeMovPed · Interface
Namespace SIDRASolutions.SI.API
Assembly SIDRASolutions.SI.API.dll
COM CLSID C457322F-040F-4B2C-97A8-01F1C58B728E
Declaration¶
Members¶
Properties
| Property | Type | Summary |
|---|---|---|
| Type | int |
The type of a Pedestrian Movement |
| Origin | int |
Pedestrian Movement Origin Leg, ie the Leg across which the Movement runs |
| Stage | int |
Pedestrian Movement Stage. SIDRA INTERSECTION supports up to two Pedestrian Movements on each Leg allowing modelling of "staged" pedestrian crossings. |
| Exists | bool |
Flag indicating whether this Pedestrian Movement "exists" (not banned) in the current Site Volume Bin. |
| Volume | float |
Pedestrian Volume |
| PeakFlowFactor | float |
Peak Flow Factor (%) |
| FlowScale | float |
Flow Scale (Constant) (%) |
| GrowthRate | float |
Growth Rate (%/year) |
| SiteVolumeBin | ISIAPISiteVolumeBin |
Properties¶
Type¶
The type of a Pedestrian Movement
Type int
Value
One of:
1- Full Crossing2- Slip Lane3- Staged4- Diagonal
Code samples
Origin¶
Pedestrian Movement Origin Leg, ie the Leg across which the Movement runs
Type int
Value
One of:
0- South1- South East2- East3- North East4- North5- North West6- West7- South West
Code samples
Stage¶
Pedestrian Movement Stage. SIDRA INTERSECTION supports up to two Pedestrian Movements on each Leg allowing modelling of "staged" pedestrian crossings.
Type int
Value
One of:
1- Stage 1 (Approach-side crossing)2- Stage 2 (Exit-side crossing)
Code samples
Exists¶
Flag indicating whether this Pedestrian Movement "exists" (not banned) in the current Site Volume Bin.
Type bool
Code samples
Volume¶
Pedestrian Volume
Type float
Code samples
PeakFlowFactor¶
Peak Flow Factor (%)
Type float
Code samples
FlowScale¶
Flow Scale (Constant) (%)
Type float
Code samples
GrowthRate¶
Growth Rate (%/year)
Type float
Code samples
SiteVolumeBin¶
Type ISIAPISiteVolumeBin