Class SupportTolerance
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
SupportTolerance
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Bearings.Tolerances
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public abstract class SupportTolerance : InterferenceTolerance, IEquatable<APIBase>
Properties
ToleranceBandDesignation
Declaration
public EnumWithSelectedValue<ITDesignation> ToleranceBandDesignation { get; set; }
Property Value
Type | Description |
---|---|
EnumWithSelectedValue<ITDesignation> |
ToleranceDeviationClass
Declaration
public EnumWithSelectedValue<SupportToleranceLocationDesignation> ToleranceDeviationClass { get; set; }
Property Value
Type | Description |
---|---|
EnumWithSelectedValue<SupportToleranceLocationDesignation> |
Implements
System.IEquatable<T>