Process.MaxQuantity Property |
When Production is limited, the maximum total quantity of all Production Batches that may exist for this Process.
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntaxpublic int MaxQuantity { get; set; }
Public Property MaxQuantity As Integer
Get
Set
public:
property int MaxQuantity {
int get ();
void set (int value);
}
member MaxQuantity : int with get, set
Property Value
Type:
Int32
See Also