Island¶
Type ISIAPIIsland · Interface
Namespace SIDRASolutions.SI.API
Assembly SIDRASolutions.SI.API.dll
COM CLSID 4EA86703-B473-4058-9A24-A33E9FE35EDC
Declaration¶
Members¶
Properties
| Property | Type | Summary |
|---|---|---|
| Island_no | int |
Island Number, a one-based integer, counts Islands only from left to right looking to the centre of the Intersection. |
| Position | int |
Postion in the Leg, a one-based integer, counts Approach Lanes, Exit Lanes and Islands from left to right looking to the centre of the Intersection. |
| Is_pedstage_separator | bool |
|
| Is_rou_splitter | bool |
|
| Width | float |
Island's Front Width. If this is a Roundabout Splitter Island, the Front Width value is ignore. |
| Width_back | float |
Island's Back Width |
| Fill_style | int |
Island Fill Style |
| Leg | ISIAPILeg |
|
| Is_short | bool |
Indicate if this Island is a Short Strip Island |
| Is_for_freeway | bool |
Indicate if this Island is a Median Island on a Freeway |
| ConnectedIsland | ISIAPIIsland |
Properties¶
Island_no¶
Island Number, a one-based integer, counts Islands only from left to right looking to the centre of the Intersection.
Type int
Code samples
Position¶
Postion in the Leg, a one-based integer, counts Approach Lanes, Exit Lanes and Islands from left to right looking to the centre of the Intersection.
Type int
Code samples
Is_pedstage_separator¶
Type bool
Code samples
Is_rou_splitter¶
Type bool
Code samples
Width¶
Island's Front Width. If this is a Roundabout Splitter Island, the Front Width value is ignore.
Type float
Code samples
Width_back¶
Island's Back Width
Type float
Code samples
Fill_style¶
Island Fill Style
Type int
Value
One of:
0- None1- Solid2- Hatched3- Chevron4- Parking Strip
Code samples
Leg¶
Type ISIAPILeg
Code samples
Is_short¶
Indicate if this Island is a Short Strip Island
Type bool
Code samples
Is_for_freeway¶
Indicate if this Island is a Median Island on a Freeway
Type bool
Code samples
ConnectedIsland¶
Type ISIAPIIsland