OutputLaneGreenPeriods¶
Type ISIAPIOutputLaneGreenPeriods · Interface
Namespace SIDRASolutions.SI.API
Assembly SIDRASolutions.SI.API.dll
COM CLSID BA8098E8-4B17-4B4B-81F5-D8F8F0E7F425
Declaration¶
Members¶
Properties
| Property | Type | Summary |
|---|---|---|
| Count | int |
|
| this[] | ISIAPIOutputLaneGreenPeriod |
Get an Approach Lane Output Green Period. Return an Approach Lane Output Green Period if it exists in the data storage; otherwise, null/Nothing. |
Methods
| Method | Returns | Summary |
|---|---|---|
| GreenPeriodExists(int) | bool |
Get a value indicating whether an Approach Lane Output Green Period exists in the data storage. |
Properties¶
Count¶
Type int
Code samples
this[]¶
Get an Approach Lane Output Green Period.
Return an Approach Lane Output Green Period if it exists in the data storage; otherwise, null/Nothing.
Type ISIAPIOutputLaneGreenPeriod
Code samples
Methods¶
GreenPeriodExists(int)¶
Get a value indicating whether an Approach Lane Output Green Period exists in the data storage.
Parameters
| Name | Type | Description |
|---|---|---|
greenperiod |
int |
A one-based integer. |
Returns bool - true if it exists in the data storage; otherwise, false