Class LifeModel
Inheritance
System.Object
    System.MarshalByRefObject
    SMT.MastaAPIUtility.MarshalByRefObjectPermanent
    
    
    LifeModel
  Implements
System.IEquatable<APIBase>
  Inherited Members
      SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
    
  Namespace: SMT.MastaAPI.Bearings.BearingResults.Rolling.SkfModule
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class LifeModel : SKFCalculationResult, IEquatable<APIBase>Properties
Basic
Measurement: Time
Declaration
public double Basic { get; }Property Value
| Type | Description | 
|---|---|
| System.Double | 
SKF
Measurement: Time
Declaration
public double SKF { get; }Property Value
| Type | Description | 
|---|---|
| System.Double | 
SKFGBLM
SKF Generalized Bearing Life Model, used for hybrid bearings only
Measurement: Time
Declaration
public double SKFGBLM { get; }Property Value
| Type | Description | 
|---|---|
| System.Double | 
Implements
      System.IEquatable<T>