Quantcast
Channel: PTC Community: Message List
Viewing all articles
Browse latest Browse all 12488

Re: Get parameter value using J-link

$
0
0

Try this:

 

//assuming you already have a handel to a Creo model with String parameter "DESCRICAO"

 

Parameter param =  model.GetParam("DESCRICAO");

ParamValue paramVal = param.GetValue();

String strParamVal = paramVal.GetStringValue();

 

txtDescricao.setText( strParamVal );


Viewing all articles
Browse latest Browse all 12488

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>