MovementClassFuelEmissions¶
Type ISIAPIMovementClassFuelEmissions · Interface
Namespace SIDRASolutions.SI.API
Assembly SIDRASolutions.SI.API.dll
COM CLSID 49B3C935-B47C-49D4-B0DA-15BF3F90C0B3
Declaration¶
Members¶
Properties
| Property | Type | Summary |
|---|---|---|
| Count | int |
|
| this[] | ISIAPIMovementClassFuelEmission |
Get a Movement Class Fuel Emission. Return a Movement Class Fuel Emission if it exists in the data storage; otherwise, null/Nothing. |
Methods
| Method | Returns | Summary |
|---|---|---|
| Exists(int) | bool |
Get a value indicating whether a Movement Class Fuel Emission exists in the data storage. |
Properties¶
Count¶
Type int
Code samples
this[]¶
Get a Movement Class Fuel Emission.
Return a Movement Class Fuel Emission if it exists in the data storage; otherwise, null/Nothing.
Type ISIAPIMovementClassFuelEmission
Code samples
Methods¶
Exists(int)¶
Get a value indicating whether a Movement Class Fuel Emission exists in the data storage.
Parameters
| Name | Type | Description |
|---|---|---|
emissionClass |
int |
One of: - 1 - Fuel - 2 - CO - 3 - HC - 4 - NOx |
Returns bool - true if it exists in the data storage; otherwise, false