ProdUnitOfMeasure Enumeration
- Last UpdatedNov 06, 2025
- 1 minute read
The ProdUnitOfMeasure enumeration values specify the units of measure for est_prod_rate.
'Declaration
Public Enum ProdUnitOfMeasure
Inherits System.Enum
'Usage
Dim instance As ProdUnitOfMeasure
public enum ProdUnitOfMeasure : System.Enum
| Member | Description |
|---|---|
| BatchesPerHour | N batches are made every hour. |
| BatchesPerMinute | N batches are made every minute. |
| BatchesPerSecond | N batches are made every second. |
| HoursPerBatch | It takes N hours to make a batch. |
| MinutesPerBatch | It takes N minutes to make a batch. |
| SecondsPerBatch | It takes N seconds to make a batch. |
System.Object
System.ValueType
System.Enum
FactMES.API.Prod.ProdUnitOfMeasure