i want to have a Equation value and not a nominal value of parameter qith ilogic

i want to have a Equation value and not a nominal value of parameter qith ilogic

Anonymous
Not applicable
759 Views
6 Replies
Message 1 of 7

i want to have a Equation value and not a nominal value of parameter qith ilogic

Anonymous
Not applicable

hi!

 

my parameter Equation is a text value and a nominal value is a number,

but when i make 

Name = Parameter ("xx") my value is a nominal value and i want a equation value, a text value!

VALUE.PNG

 

anybody can help me with that?

0 Likes
Accepted solutions (1)
760 Views
6 Replies
Replies (6)
Message 2 of 7

marcin_otręba
Advisor
Advisor

in vba i get it by using expression instead value...

Hi, maybe you want to check my apps:


DrawingTools   View&ColoringTools   MRUFolders

0 Likes
Message 3 of 7

Martin-Winkler-Consulting
Advisor
Advisor

Hi @Anonymous

did you use iLogic or VBA ?

Is it possible to post the complete code?

Martin Winkler
CAD Developer
Did you find this post helpful? Feel free to like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.


EESignature

0 Likes
Message 4 of 7

Anonymous
Not applicable

ilogic

0 Likes
Message 5 of 7

marcin_otręba
Advisor
Advisor
Accepted solution

as i said use expression instead value:

 

Parameter.Param("param name").expression

Hi, maybe you want to check my apps:


DrawingTools   View&ColoringTools   MRUFolders

Message 6 of 7

Martin-Winkler-Consulting
Advisor
Advisor

or use:

 

name = Parameter("Textparameter").ToString

 

Martin Winkler
CAD Developer
Did you find this post helpful? Feel free to like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.


EESignature

0 Likes
Message 7 of 7

Anonymous
Not applicable

Thanks for your help all 🙂

0 Likes