Anuncios
Welcome to the Revit Ideas Board! Before posting, please read the helpful tips here. Thank you for your Ideas!

Allow text parameters to read and display other parameter format types

If i create a shared parameter formatted as text, I would like it to be able to read a numerical value, or a value with units. Like below:

 

'Units based parameter': Temperature: 98.6 F

NewTextParam reads temperature and resolves as a text string: 98.6

 

'Number based parameter': AnyNumber: 1234.5

NewTextParam reads AnyNumberand resolves as a text string: 1234.5