Units of Measure used by Product Catalog and Materials Inventory
Namespace: CorrigoService.EnumsAssembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax[SerializableAttribute]
public enum MhUnit
<SerializableAttribute>
Public Enumeration MhUnit
No code example is currently available or this language may not be supported.
Members| Member name | Value | Description |
|---|
| Unit | 0 |
Units (default)
|
| Kg | 1 |
Kilograms
|
| Lb | 2 |
Pounds
|
| Liter | 3 |
Liters
|
| Gal | 4 |
Gallons
|
| Ml | 5 |
Milliliters
|
| Oz | 6 |
Ounces
|
| Meter | 7 |
Meters
|
| Ft | 8 |
Feet
|
| Box | 9 |
Box
|
| Set | 10 |
Set
|
| Package | 11 |
Package
|
See Also