Obtaining View Scale values from Revit sheets

Not with the same nodes, but with other nodes it is possible. If you want the value as a string instead of as the internally saved value, you need to tell Revit to return the value in the other format.

This image illustrates what you’re doing, one way to get the value you want via nodes, and a way to get the value you want using python.

The python can be found on this post.

1 Like