Class ConceptGearDutyCycleRating
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ConceptGearDutyCycleRating
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.Rating.Concept
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class ConceptGearDutyCycleRating : GearDutyCycleRating, IEquatable<APIBase>
Properties
LeftFlankRating
Declaration
public override GearFlankRating LeftFlankRating { get; }
Property Value
Type | Description |
---|---|
GearFlankRating |
Overrides
RightFlankRating
Declaration
public override GearFlankRating RightFlankRating { get; }
Property Value
Type | Description |
---|---|
GearFlankRating |
Overrides
Implements
System.IEquatable<T>