Class ConicalGearSetDutyCycleRating
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ConicalGearSetDutyCycleRating
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.Rating.Conical
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class ConicalGearSetDutyCycleRating : GearSetDutyCycleRating, IEquatable<APIBase>
Properties
ConicalMeshDutyCycleRatings
Declaration
public ReadOnlyCollection<ConicalMeshDutyCycleRating> ConicalMeshDutyCycleRatings { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<ConicalMeshDutyCycleRating> |
Implements
System.IEquatable<T>