Skip to content

ISIAPIPhasemovement_vehicle Interface

Namespace: SIDRASolutions.SI.API
Assembly: SIDRASolutions.SI.API.dll COM CLSID: 05490B51-B40F-4FF8-8CEC-F0EE4D836503

Declaration

[Guid("05490B51-B40F-4FF8-8CEC-F0EE4D836503")]
public interface ISIAPIPhasemovement_vehicle

Get an instance

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

Properties

Movement_vehicle_origin

int Movement_vehicle_origin { get; }

Type int

Code samples
int movement_vehicle_origin = phasemovement_vehicle.Movement_vehicle_origin;
Dim movement_vehicle_origin As Integer = phasemovement_vehicle.Movement_vehicle_origin
movement_vehicle_origin = phasemovement_vehicle.Movement_vehicle_origin
$movement_vehicle_origin = $phasemovement_vehicle.Movement_vehicle_origin

Movement_vehicle_destination

int Movement_vehicle_destination { get; }

Type int

Code samples
int movement_vehicle_destination = phasemovement_vehicle.Movement_vehicle_destination;
Dim movement_vehicle_destination As Integer = phasemovement_vehicle.Movement_vehicle_destination
movement_vehicle_destination = phasemovement_vehicle.Movement_vehicle_destination
$movement_vehicle_destination = $phasemovement_vehicle.Movement_vehicle_destination

MC_class

int MC_class { get; }

Type int

Code samples
int mC_class = phasemovement_vehicle.MC_class;
Dim mC_class As Integer = phasemovement_vehicle.MC_class
mc_class = phasemovement_vehicle.MC_class
$mC_class = $phasemovement_vehicle.MC_class

Running

bool Running { get; set; }

Type bool

Code samples
bool running = phasemovement_vehicle.Running;
phasemovement_vehicle.Running = true;
Dim running As Boolean = phasemovement_vehicle.Running
phasemovement_vehicle.Running = true
running = phasemovement_vehicle.Running
phasemovement_vehicle.Running = True
$running = $phasemovement_vehicle.Running
$phasemovement_vehicle.Running = $true

Terminates

bool Terminates { get; set; }

Type bool

Code samples
bool terminates = phasemovement_vehicle.Terminates;
phasemovement_vehicle.Terminates = true;
Dim terminates As Boolean = phasemovement_vehicle.Terminates
phasemovement_vehicle.Terminates = true
terminates = phasemovement_vehicle.Terminates
phasemovement_vehicle.Terminates = True
$terminates = $phasemovement_vehicle.Terminates
$phasemovement_vehicle.Terminates = $true

Undetected

bool Undetected { get; set; }

Type bool

Code samples
bool undetected = phasemovement_vehicle.Undetected;
phasemovement_vehicle.Undetected = true;
Dim undetected As Boolean = phasemovement_vehicle.Undetected
phasemovement_vehicle.Undetected = true
undetected = phasemovement_vehicle.Undetected
phasemovement_vehicle.Undetected = True
$undetected = $phasemovement_vehicle.Undetected
$phasemovement_vehicle.Undetected = $true

Phase

ISIAPIPhase Phase { get; }

Type ISIAPIPhase

Code samples
var phase = phasemovement_vehicle.Phase;
Dim phase As ISIAPIPhase = phasemovement_vehicle.Phase
phase = phasemovement_vehicle.Phase
$phase = $phasemovement_vehicle.Phase

Is_red_arrow_drop_off_enabled

bool Is_red_arrow_drop_off_enabled { get; set; }

Type bool

Code samples
bool is_red_arrow_drop_off_enabled = phasemovement_vehicle.Is_red_arrow_drop_off_enabled;
phasemovement_vehicle.Is_red_arrow_drop_off_enabled = true;
Dim is_red_arrow_drop_off_enabled As Boolean = phasemovement_vehicle.Is_red_arrow_drop_off_enabled
phasemovement_vehicle.Is_red_arrow_drop_off_enabled = true
is_red_arrow_drop_off_enabled = phasemovement_vehicle.Is_red_arrow_drop_off_enabled
phasemovement_vehicle.Is_red_arrow_drop_off_enabled = True
$is_red_arrow_drop_off_enabled = $phasemovement_vehicle.Is_red_arrow_drop_off_enabled
$phasemovement_vehicle.Is_red_arrow_drop_off_enabled = $true

Red_arrow_drop_off

float Red_arrow_drop_off { get; set; }

Type float

Code samples
float red_arrow_drop_off = phasemovement_vehicle.Red_arrow_drop_off;
phasemovement_vehicle.Red_arrow_drop_off = 0.0;
Dim red_arrow_drop_off As Single = phasemovement_vehicle.Red_arrow_drop_off
phasemovement_vehicle.Red_arrow_drop_off = 0.0
red_arrow_drop_off = phasemovement_vehicle.Red_arrow_drop_off
phasemovement_vehicle.Red_arrow_drop_off = 0.0
$red_arrow_drop_off = $phasemovement_vehicle.Red_arrow_drop_off
$phasemovement_vehicle.Red_arrow_drop_off = 0.0

Is_early_cutoff

bool Is_early_cutoff { get; set; }

Type bool

Code samples
bool is_early_cutoff = phasemovement_vehicle.Is_early_cutoff;
phasemovement_vehicle.Is_early_cutoff = true;
Dim is_early_cutoff As Boolean = phasemovement_vehicle.Is_early_cutoff
phasemovement_vehicle.Is_early_cutoff = true
is_early_cutoff = phasemovement_vehicle.Is_early_cutoff
phasemovement_vehicle.Is_early_cutoff = True
$is_early_cutoff = $phasemovement_vehicle.Is_early_cutoff
$phasemovement_vehicle.Is_early_cutoff = $true

Early_cutoff

float Early_cutoff { get; set; }

Type float

Code samples
float early_cutoff = phasemovement_vehicle.Early_cutoff;
phasemovement_vehicle.Early_cutoff = 0.0;
Dim early_cutoff As Single = phasemovement_vehicle.Early_cutoff
phasemovement_vehicle.Early_cutoff = 0.0
early_cutoff = phasemovement_vehicle.Early_cutoff
phasemovement_vehicle.Early_cutoff = 0.0
$early_cutoff = $phasemovement_vehicle.Early_cutoff
$phasemovement_vehicle.Early_cutoff = 0.0

Is_late_start

bool Is_late_start { get; set; }

Type bool

Code samples
bool is_late_start = phasemovement_vehicle.Is_late_start;
phasemovement_vehicle.Is_late_start = true;
Dim is_late_start As Boolean = phasemovement_vehicle.Is_late_start
phasemovement_vehicle.Is_late_start = true
is_late_start = phasemovement_vehicle.Is_late_start
phasemovement_vehicle.Is_late_start = True
$is_late_start = $phasemovement_vehicle.Is_late_start
$phasemovement_vehicle.Is_late_start = $true

Late_start

float Late_start { get; set; }

Type float

Code samples
float late_start = phasemovement_vehicle.Late_start;
phasemovement_vehicle.Late_start = 0.0;
Dim late_start As Single = phasemovement_vehicle.Late_start
phasemovement_vehicle.Late_start = 0.0
late_start = phasemovement_vehicle.Late_start
phasemovement_vehicle.Late_start = 0.0
$late_start = $phasemovement_vehicle.Late_start
$phasemovement_vehicle.Late_start = 0.0