11-21-2024
09:48 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
11-21-2024
09:48 AM
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