Skip to content

GapAcceptanceSpecificApp

Type 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

Members

Properties

Property Type Summary
Critical_gap float
Followup_headway float
End_departures float
Exit_flow_effect float
Percent_opposed_by_nearest float

Properties

Critical_gap

float Critical_gap { get; set; }

Type float

Code samples
float critical_gap = gapAcceptanceSpecificApp.Critical_gap;
gapAcceptanceSpecificApp.Critical_gap = 0.0;
double critical_gap;
gapAcceptanceSpecificApp->get_Critical_gap(&critical_gap);
gapAcceptanceSpecificApp->put_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;
double followup_headway;
gapAcceptanceSpecificApp->get_Followup_headway(&followup_headway);
gapAcceptanceSpecificApp->put_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;
double end_departures;
gapAcceptanceSpecificApp->get_End_departures(&end_departures);
gapAcceptanceSpecificApp->put_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;
double exit_flow_effect;
gapAcceptanceSpecificApp->get_Exit_flow_effect(&exit_flow_effect);
gapAcceptanceSpecificApp->put_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;
double percent_opposed_by_nearest;
gapAcceptanceSpecificApp->get_Percent_opposed_by_nearest(&percent_opposed_by_nearest);
gapAcceptanceSpecificApp->put_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