Show same parameter value in two different parameters

Show same parameter value in two different parameters

philip_adrianLNKAM
Community Visitor Community Visitor
933 Views
5 Replies
Message 1 of 6

Show same parameter value in two different parameters

philip_adrianLNKAM
Community Visitor
Community Visitor

Hi!

 

I want to be able to get a value from a third party add-in parameter directly into my own parameter if that is possible.

 

The add-in generates a parameter with the name "Brandmotståndsklass" but I want that same value in my own parameter named "Brandklass". Preferably without having to run a script for new objects or any manual typing, just want them showing the same value.

 

The parameters are both text parameters.

 

Regards,

Philip

0 Likes
934 Views
5 Replies
Replies (5)
Message 2 of 6

eklund.rickard
Contributor
Contributor

Hello
I think you need a dynamoscript in order to achive this. Could look like this:

eklundrickard_0-1682514471561.png

 

0 Likes
Message 3 of 6

ToanDN
Consultant
Consultant

Enter this in the formula box of Brandklass:

=Brandmotståndsklass

0 Likes
Message 4 of 6

eklund.rickard
Contributor
Contributor
Can this be done i a wall?
0 Likes
Message 5 of 6

barthbradley
Consultant
Consultant

So, what you are saying, is that a 3rd Party Add-on has added a Project Parameter (Text Type) with a particular value to ALL your System Family Wall Types and want to have this 3rd Party value automatically copied to a another Text Parameter Field that you have under the Wall Type Properties? 

 

I would do this via a Schedule.  Be easy enough to do.  I mean, they're Type Parameters.  Changes to one affect all.  

 

 

 

0 Likes
Message 6 of 6

ToanDN
Consultant
Consultant

For system families, you will need the use Dynamo. 

0 Likes