Question
Get parameter value using J-link
Hello!
I'm trying to get the value of a parameter, but it is returning this:
com.ptc.pfc.Implementation.pfcModelItem$Parameter@1187b50
I'm trying to get the parameter like this:
Parameter p;
p = (Parameter) model.GetParam("DESCRICAO");
txtDescricao.setText(p.toString());
This parameter exists in the model:

Could someone help me?
Thank you!

