Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.

you must use correct syntax like :<DrawingViewName/>

start from here :

Inventor 2025 Help | XML Tags for FormattedText | Autodesk

 

you can use this in vba to check wat is under view label formatted text :

 

Sub v()
On Error Resume Next

Debug.Print ThisApplication.CommandManager.Pick(kDrawingViewFilter, "Choose view").Label.FormattedText
End Sub