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.
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.