Skip to content

ISIAPIGapAcceptanceSpecificApp Interface

Namespace: SIDRASolutions.SI.API
Assembly: SIDRASolutions.SI.API.dll COM CLSID: E07DF8C0-4F93-4DBD-B7F1-DB94A982C654

Declaration

[Guid("E07DF8C0-4F93-4DBD-B7F1-DB94A982C654")]
public interface ISIAPIGapAcceptanceSpecificApp

Get an instance

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

Properties

Critical_gap

float Critical_gap { get; set; }

Type float

Code samples
float critical_gap = gapAcceptanceSpecificApp.Critical_gap;
gapAcceptanceSpecificApp.Critical_gap = 0.0;
Dim critical_gap As Single = gapAcceptanceSpecificApp.Critical_gap
gapAcceptanceSpecificApp.Critical_gap = 0.0
critical_gap = gapAcceptanceSpecificApp.Critical_gap
gapAcceptanceSpecificApp.Critical_gap = 0.0
$critical_gap = $gapAcceptanceSpecificApp.Critical_gap
$gapAcceptanceSpecificApp.Critical_gap = 0.0

Followup_headway

float Followup_headway { get; set; }

Type float

Code samples
float followup_headway = gapAcceptanceSpecificApp.Followup_headway;
gapAcceptanceSpecificApp.Followup_headway = 0.0;
Dim followup_headway As Single = gapAcceptanceSpecificApp.Followup_headway
gapAcceptanceSpecificApp.Followup_headway = 0.0
followup_headway = gapAcceptanceSpecificApp.Followup_headway
gapAcceptanceSpecificApp.Followup_headway = 0.0
$followup_headway = $gapAcceptanceSpecificApp.Followup_headway
$gapAcceptanceSpecificApp.Followup_headway = 0.0

End_departures

float End_departures { get; set; }

Type float

Code samples
float end_departures = gapAcceptanceSpecificApp.End_departures;
gapAcceptanceSpecificApp.End_departures = 0.0;
Dim end_departures As Single = gapAcceptanceSpecificApp.End_departures
gapAcceptanceSpecificApp.End_departures = 0.0
end_departures = gapAcceptanceSpecificApp.End_departures
gapAcceptanceSpecificApp.End_departures = 0.0
$end_departures = $gapAcceptanceSpecificApp.End_departures
$gapAcceptanceSpecificApp.End_departures = 0.0

Exit_flow_effect

float Exit_flow_effect { get; set; }

Type float

Code samples
float exit_flow_effect = gapAcceptanceSpecificApp.Exit_flow_effect;
gapAcceptanceSpecificApp.Exit_flow_effect = 0.0;
Dim exit_flow_effect As Single = gapAcceptanceSpecificApp.Exit_flow_effect
gapAcceptanceSpecificApp.Exit_flow_effect = 0.0
exit_flow_effect = gapAcceptanceSpecificApp.Exit_flow_effect
gapAcceptanceSpecificApp.Exit_flow_effect = 0.0
$exit_flow_effect = $gapAcceptanceSpecificApp.Exit_flow_effect
$gapAcceptanceSpecificApp.Exit_flow_effect = 0.0

Percent_opposed_by_nearest

float Percent_opposed_by_nearest { get; set; }

Type float

Code samples
float percent_opposed_by_nearest = gapAcceptanceSpecificApp.Percent_opposed_by_nearest;
gapAcceptanceSpecificApp.Percent_opposed_by_nearest = 0.0;
Dim percent_opposed_by_nearest As Single = gapAcceptanceSpecificApp.Percent_opposed_by_nearest
gapAcceptanceSpecificApp.Percent_opposed_by_nearest = 0.0
percent_opposed_by_nearest = gapAcceptanceSpecificApp.Percent_opposed_by_nearest
gapAcceptanceSpecificApp.Percent_opposed_by_nearest = 0.0
$percent_opposed_by_nearest = $gapAcceptanceSpecificApp.Percent_opposed_by_nearest
$gapAcceptanceSpecificApp.Percent_opposed_by_nearest = 0.0