Class CylindricalGearScuffingResults
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.Gears.Rating.Cylindrical
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class CylindricalGearScuffingResults : APIBase, IEquatable<APIBase>
Properties
ScuffingResultsRow
Declaration
public ReadOnlyCollection<ScuffingResultsRow> ScuffingResultsRow { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ScuffingResultsRow> |
Implements
System.IEquatable<T>