Get which named model view is referenced by a drawing view?

Where am I missing this in the help? Seems like it should be possible to retrieve the name of the orientation in a drawing view. I could get the transform for the view and compare it to the transforms for all the named views in the model, but that seems incredibly inefficient…

Well crap, I found it. I read through the dang list like twice, searched all kind of stuff, but just not the right magic word.

It’s GetOrientationName.

API a lot many times gives you surprises.

last week I was trying one macro to add a note to a selected edge, and then end up finding a different working way.