Class EnginePartLoad
Inheritance
System.Object
EnginePartLoad
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class EnginePartLoad : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
Consumption
Declaration
public double Consumption { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Throttle
Declaration
public double Throttle { get; }
Property Value
| Type |
Description |
| System.Double |
|
Torque
Declaration
public double Torque { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods