Scaling formula ingredients
This example scales a formula from 1000 KG
to a 50
gram sample.
The argument rsmode =1
changes ingredient UOMs to “newUOM”
.
The argument rsmode=0
does not change ingredient UOMs.
Dim oScale As Object = ObjMethod("","","ObjectMethod","Scale",
"newyield=50;newuom=GM;rsmode=1")