Class ForceAtLaminaReportable
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ForceAtLaminaReportable
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Bearings.BearingResults.Rolling
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class ForceAtLaminaReportable : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
DynamicEquivalentLoad
Measurement: Force
Declaration
public double DynamicEquivalentLoad { get; }
Property Value
Type | Description |
---|---|
System.Double |
LaminaIndex
Measurement: Index
Declaration
public int LaminaIndex { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Implements
System.IEquatable<T>