Class LengthShort
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
LengthShort
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Utility.UnitsAndMeasurements.Measurements
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class LengthShort : MeasurementBase, IEquatable<APIBase>
Properties
Feet
Declaration
public Unit Feet { get; }
Property Value
Type | Description |
---|---|
Unit |
Inches
Declaration
public Unit Inches { get; }
Property Value
Type | Description |
---|---|
Unit |
Metres
Declaration
public Unit Metres { get; }
Property Value
Type | Description |
---|---|
Unit |
Micrometres
Declaration
public Unit Micrometres { get; }
Property Value
Type | Description |
---|---|
Unit |
Millimetres
Declaration
public Unit Millimetres { get; }
Property Value
Type | Description |
---|---|
Unit |
ThousandthsOfAnInch
Declaration
public Unit ThousandthsOfAnInch { get; }
Property Value
Type | Description |
---|---|
Unit |
Implements
System.IEquatable<T>