ISIAPISiteVolumeBin Interface¶
Namespace: SIDRASolutions.SI.API
Assembly: SIDRASolutions.SI.API.dll
COM CLSID: 390838EE-09C7-472E-B3AB-FAE18E33AC81
SiteVolumeBin wrapper interface
Declaration¶
Get an instance¶
Properties¶
SiteVolumeBin_id¶
The GUID of the Site Volume Bin object.
Type string
Code samples
Name¶
Site Volume Bin Name
Type string
Value
Site Volume Bin Name, max length = 100.
Code samples
ID¶
Site Volume Bin ID in the Site Bin Setup dialog
Type string
Value
Site Volume Bin ID, max length = 10.
Code samples
Position¶
Type int
Code samples
IsInputDataCompatible¶
Type bool
Code samples
MinViableVersionL1¶
Minimum Viable SIDRA INTERSECTION Version for this Site Volume Bin's Level 1 Compatibility
Type string
Remarks
Level 1 Compatibility means that this Site Volume Bin's Input data are fully compatible with the current SIDRA INTERSECTION version.
Code samples
MinViableVersionL2¶
Minimum Viable SIDRA INTERSECTION Version for this Site Volume Bin's Level 2 Compatibility
Type string
Remarks
Level 2 Compatibility means that some of this Site Volume Bin's Input data are incompatible with the current SIDRA INTERSECTION version but the current version is still able to edit these Input data.
If the current SIDRA INTERSECTION Version is smaller than the MinViableVersionL2, ISIAPISiteVolumeBin.IsInputDataCompatible return false.
Code samples
DriveOnLeft¶
Flag indicating the "Drive Rule" of the Site Volume Bin
Type bool
Value
True if driving on the left. False if driving on the right.
Code samples
Units¶
General unit system used for data within the Site Volume Bin
Type int
Value
One of:
0- Metric1- US Units
Code samples
Title¶
Site Volume Bin title
Type string
Value
Site Volume Bin title, max length = 500.
Code samples
Description¶
Site Volume Bin description
Type string
Value
Site Volume Bin description, max length = 500.
Code samples
UnitTimeForVolumes¶
Unit time for traffic volumes in minutes
Type int
Code samples
PeakFlowPeriod¶
Peak flow period in minutes
Type int
Code samples
HoursPerYear¶
Type int
Code samples
Created_date¶
Type DateTime
Code samples
Created_by¶
Type string
Code samples
Created_by_company¶
Type string
Code samples
Created_version¶
Type string
Code samples
Modified_date¶
Type DateTime
Code samples
Modified_by¶
Type string
Code samples
Modified_by_company¶
Type string
Code samples
Modified_version¶
Type string
Code samples
LastErrorMessage¶
Type string
Code samples
SiteVolumeBinFolder¶
Type ISIAPISiteVolumeBinFolder
Code samples
SiteVolumeMCs¶
Type ISIAPISiteVolumeMCs
Code samples
SiteVolumeLegs¶
Site Volume Legs in this Volume Bin
All eight Legs are created when creating a Site Volume Bin. The South, East, North and West Legs' Geometry are set to 1 (Two Way), the other Legs' Geometry are set to 0 ('No Leg') by default.
Type ISIAPISiteVolumeLegs
Code samples
SiteVolumeMovVehODs¶
Type ISIAPISiteVolumeMovVehODs
Code samples
SiteVolumeMovPeds¶
Code samples
Methods¶
UpdateModifiedInfo()¶
Update the Last Modified Information, such as Date, User Name, Organisation Name, Software Version Number
Returns bool