Is it possible to retrieve NAME about the View to which the element belongs?
Does it exist as a parameter?
I want to display the name of the View to which an element belongs in a drawing.
Yuki Arakawa(3496) 荒川 祐貴 [DevOps Advocate] Selected answer as best 31st October 2022
Other than executing a script upon opening your drawing and retrieving the view name that way (and then putting it into a variable), I don’t think this functionality exists. If you are interested in the former, try configuring your script with a SetTrigger=ValueChanged, the page option ExecuteSetsOnInit and the script functionality to set script output to variables.
Yuki Arakawa(3496) 荒川 祐貴 [DevOps Advocate] Selected answer as best 31st October 2022