Class AdjustmentFactors
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
AdjustmentFactors
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 AdjustmentFactors : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
ForBearingLoadP
Declaration
public double ForBearingLoadP { get; }
Property Value
Type | Description |
---|---|
System.Double |
OilViscosity
Declaration
public double OilViscosity { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>