Movement_vehicle_ods¶
Type ISIAPIMovement_vehicle_ods · Interface
Namespace SIDRASolutions.SI.API
Assembly SIDRASolutions.SI.API.dll
COM CLSID 12E07B7C-149F-4A13-8545-C0E2628C4BCA
Declaration¶
Members¶
Properties
| Property | Type | Summary |
|---|---|---|
| Count | int |
|
| this[] | ISIAPIMovement_vehicle_od |
Get a Vehicle Movement. |
Methods
| Method | Returns | Summary |
|---|---|---|
| MovementExists(int, int) | bool |
Get a value indicating whether a Vehicle Movement exists in the data storage. |
Properties¶
Count¶
Type int
Code samples
this[]¶
Get a Vehicle Movement.
Type ISIAPIMovement_vehicle_od - Return a Vehicle Movement if it exists in the data storage; otherwise, null/Nothing.
Code samples
Methods¶
MovementExists(int, int)¶
Get a value indicating whether a Vehicle Movement exists in the data storage.
Parameters
| Name | Type | Description |
|---|---|---|
origin |
int |
One of: - 0 - South - 1 - South East - 2 - East - 3 - North East - 4 - North - 5 - North West - 6 - West - 7 - South West |
destination |
int |
One of: - 0 - South - 1 - South East - 2 - East - 3 - North East - 4 - North - 5 - North West - 6 - West - 7 - South West |
Returns bool - true if it exists in the data storage; otherwise, false