Class ToleranceCombination
Inheritance
System.Object
ToleranceCombination
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class ToleranceCombination : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
Fit
Declaration
public FitType Fit { get; }
Property Value
LowerValue
Declaration
public double LowerValue { get; }
Property Value
| Type |
Description |
| System.Double |
|
Name
Declaration
public string Name { get; }
Property Value
| Type |
Description |
| System.String |
|
UpperValue
Declaration
public double UpperValue { get; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods