ProductionRate Enumeration
- Last UpdatedMar 17, 2026
- 1 minute read
The ProductionRate enumeration values specify the production rate units.
'Declaration
Public Enum ProductionRate
Inherits System.Enum
'Usage
Dim instance As ProductionRate
public enum ProductionRate : System.Enum
| Member | Description |
|---|---|
| BatchesPerHour | Production rate units in batches/hour |
| BatchesPerMinute | Production rate units in batches/minutes |
| BatchesPerSecond | Production rate units in batches/seconds |
| HoursPerBatch | Production rate units in hours/batch |
| MinutesPerBatch | Production rate units in minutes/batch |
| SecondsPerBatch | Production rate units in seconds/batch |
System.Object
System.ValueType
System.Enum
FactMES.API.Prod.ProductionRate