Class ForceAtLaminaGroupReportable
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.Bearings.BearingResults.Rolling
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class ForceAtLaminaGroupReportable : APIBase, IEquatable<APIBase>
Properties
ForcesAtLaminae
Declaration
public ReadOnlyCollection<ForceAtLaminaReportable> ForcesAtLaminae { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ForceAtLaminaReportable> |
Implements
System.IEquatable<T>