Class Force
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
Force
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 Force : MeasurementBase, IEquatable<APIBase>
Properties
KilogramsForce
Declaration
public Unit KilogramsForce { get; }
Property Value
Type | Description |
---|---|
Unit |
Kilonewtons
Declaration
public Unit Kilonewtons { get; }
Property Value
Type | Description |
---|---|
Unit |
Millinewtons
Declaration
public Unit Millinewtons { get; }
Property Value
Type | Description |
---|---|
Unit |
Newtons
Declaration
public Unit Newtons { get; }
Property Value
Type | Description |
---|---|
Unit |
OuncesForce
Declaration
public Unit OuncesForce { get; }
Property Value
Type | Description |
---|---|
Unit |
PoundsForce
Declaration
public Unit PoundsForce { get; }
Property Value
Type | Description |
---|---|
Unit |
Implements
System.IEquatable<T>