Question
Toolkit : updating parameter of model which is in session.
Hello,
I want to add/ update few parameters of model (part/asm/drawing).
Parameters are getting updated only if model is active.
If its in memory (and not in any window) then its not getting updated.
I am using functions mentioned below
ProParameterInit,
ProParameterWithUnitsCreate,
ProParameterValueWithUnitsSet
and then I save the model.
is it correct behavior or am I doing something wrong?
Please guide!

