Skip to content

ISIAPIOutputMeteredRoundabout Interface

Namespace: SIDRASolutions.SI.API
Assembly: SIDRASolutions.SI.API.dll COM CLSID: 18E46BF1-EC65-4016-B6FD-77B57927EF46

Declaration

[Guid("18E46BF1-EC65-4016-B6FD-77B57927EF46")]
public interface ISIAPIOutputMeteredRoundabout

Get an instance

// Navigate to the ISIAPIOutputMeteredRoundabout you need via the ISIAPI tree.
// See ISIAPI for the activation root.
var outputMeteredRoundabout = /* ... */;
' Navigate to the ISIAPIOutputMeteredRoundabout you need via the ISIAPI tree.
' See ISIAPI for the activation root.
Dim outputMeteredRoundabout As ISIAPIOutputMeteredRoundabout = Nothing
# Navigate to the ISIAPIOutputMeteredRoundabout you need via the ISIAPI tree.
# See ISIAPI for the activation root.
outputMeteredRoundabout = ...
# Navigate to the ISIAPIOutputMeteredRoundabout you need via the ISIAPI tree.
# See ISIAPI for the activation root.
$outputMeteredRoundabout = $null

Properties

Metered_displayed_red

float Metered_displayed_red { get; }

Type float

Code samples
float metered_displayed_red = outputMeteredRoundabout.Metered_displayed_red;
Dim metered_displayed_red As Single = outputMeteredRoundabout.Metered_displayed_red
metered_displayed_red = outputMeteredRoundabout.Metered_displayed_red
$metered_displayed_red = $outputMeteredRoundabout.Metered_displayed_red

Metered_displayed_blank

float Metered_displayed_blank { get; }

Type float

Code samples
float metered_displayed_blank = outputMeteredRoundabout.Metered_displayed_blank;
Dim metered_displayed_blank As Single = outputMeteredRoundabout.Metered_displayed_blank
metered_displayed_blank = outputMeteredRoundabout.Metered_displayed_blank
$metered_displayed_blank = $outputMeteredRoundabout.Metered_displayed_blank

Metered_effective_red

float Metered_effective_red { get; }

Type float

Code samples
float metered_effective_red = outputMeteredRoundabout.Metered_effective_red;
Dim metered_effective_red As Single = outputMeteredRoundabout.Metered_effective_red
metered_effective_red = outputMeteredRoundabout.Metered_effective_red
$metered_effective_red = $outputMeteredRoundabout.Metered_effective_red

Metered_effective_blank

float Metered_effective_blank { get; }

Type float

Code samples
float metered_effective_blank = outputMeteredRoundabout.Metered_effective_blank;
Dim metered_effective_blank As Single = outputMeteredRoundabout.Metered_effective_blank
metered_effective_blank = outputMeteredRoundabout.Metered_effective_blank
$metered_effective_blank = $outputMeteredRoundabout.Metered_effective_blank

Blank_time_ratio

float Blank_time_ratio { get; }

Type float

Code samples
float blank_time_ratio = outputMeteredRoundabout.Blank_time_ratio;
Dim blank_time_ratio As Single = outputMeteredRoundabout.Blank_time_ratio
blank_time_ratio = outputMeteredRoundabout.Blank_time_ratio
$blank_time_ratio = $outputMeteredRoundabout.Blank_time_ratio

Controlling_queue_detection_probability

float Controlling_queue_detection_probability { get; }

Type float

Code samples
float controlling_queue_detection_probability = outputMeteredRoundabout.Controlling_queue_detection_probability;
Dim controlling_queue_detection_probability As Single = outputMeteredRoundabout.Controlling_queue_detection_probability
controlling_queue_detection_probability = outputMeteredRoundabout.Controlling_queue_detection_probability
$controlling_queue_detection_probability = $outputMeteredRoundabout.Controlling_queue_detection_probability