ISIAPITwoWaySignControlAdjMajorNumLanes Interface¶
Namespace: SIDRASolutions.SI.API
Assembly: SIDRASolutions.SI.API.dll
COM CLSID: 495A9B34-3AD7-466D-978D-E9FF7291141F
Declaration¶
[Guid("495A9B34-3AD7-466D-978D-E9FF7291141F")]
public interface ISIAPITwoWaySignControlAdjMajorNumLanes
Get an instance¶
Properties¶
Count¶
Type int
Code samples
this[]¶
Get a data object for the specified Number of Lanes on Major Road and the Movement Type.
Return an object if it exists in the data storage; otherwise, null/Nothing.
Type ISIAPITwoWaySignControlAdjMajorNumLane
Code samples
Methods¶
Exists(int, int)¶
Get a value indicating whether the data object exists in the data storage.
Parameters
| Name | Type | Description |
|---|---|---|
majorRoadNumOfLane |
int |
Can be 2, 3, 5, 6. |
movType |
int |
One of: - 1 - Minor Road Left Turn - 2 - Minor Road Through - 3 - Minor Road Right Turn - 4 - Major Road Turn (Right or Left) |
Returns bool - true if it exists in the data storage; otherwise, false