Skip to content

Phasemovement_vehicle

Type 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

Members

Properties

Movement_vehicle_origin

int Movement_vehicle_origin { get; }

Type int

Code samples
int movement_vehicle_origin = phasemovement_vehicle.Movement_vehicle_origin;
long movement_vehicle_origin;
phasemovement_vehicle->get_Movement_vehicle_origin(&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;
long movement_vehicle_destination;
phasemovement_vehicle->get_Movement_vehicle_destination(&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;
long mC_class;
phasemovement_vehicle->get_MC_class(&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;
VARIANT_BOOL running;
phasemovement_vehicle->get_Running(&running);
phasemovement_vehicle->put_Running(VARIANT_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;
VARIANT_BOOL terminates;
phasemovement_vehicle->get_Terminates(&terminates);
phasemovement_vehicle->put_Terminates(VARIANT_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;
VARIANT_BOOL undetected;
phasemovement_vehicle->get_Undetected(&undetected);
phasemovement_vehicle->put_Undetected(VARIANT_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;
CComPtr<ISIAPIPhase> phase;
phasemovement_vehicle->get_Phase(&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;
VARIANT_BOOL is_red_arrow_drop_off_enabled;
phasemovement_vehicle->get_Is_red_arrow_drop_off_enabled(&is_red_arrow_drop_off_enabled);
phasemovement_vehicle->put_Is_red_arrow_drop_off_enabled(VARIANT_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;
double red_arrow_drop_off;
phasemovement_vehicle->get_Red_arrow_drop_off(&red_arrow_drop_off);
phasemovement_vehicle->put_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;
VARIANT_BOOL is_early_cutoff;
phasemovement_vehicle->get_Is_early_cutoff(&is_early_cutoff);
phasemovement_vehicle->put_Is_early_cutoff(VARIANT_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;
double early_cutoff;
phasemovement_vehicle->get_Early_cutoff(&early_cutoff);
phasemovement_vehicle->put_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;
VARIANT_BOOL is_late_start;
phasemovement_vehicle->get_Is_late_start(&is_late_start);
phasemovement_vehicle->put_Is_late_start(VARIANT_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;
double late_start;
phasemovement_vehicle->get_Late_start(&late_start);
phasemovement_vehicle->put_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