Class FaceGearSetRating
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
FaceGearSetRating
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.Rating.Face
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class FaceGearSetRating : GearSetRating, IEquatable<APIBase>
Properties
FaceGearRatings
Declaration
public ReadOnlyCollection<FaceGearRating> FaceGearRatings { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<FaceGearRating> |
FaceGearSet
Declaration
public FaceGearSetDesign FaceGearSet { get; }
Property Value
Type | Description |
---|---|
FaceGearSetDesign |
FaceMeshRatings
Declaration
public ReadOnlyCollection<FaceGearMeshRating> FaceMeshRatings { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<FaceGearMeshRating> |
Rating
Declaration
public override string Rating { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Implements
System.IEquatable<T>