QtyAtStart Property
- Last UpdatedNov 06, 2025
- 1 minute read
The QtyAtStart property contains the quantity expected to be produced if there is no scrap, waste, or rejects for the job.
'Declaration
Public Property QtyAtStart As Double
'Usage
Dim instance As JobFromStdOp
Dim value As Double
instance.QtyAtStart = value
value = instance.QtyAtStart
public double QtyAtStart {get; set;}