Message 1 of 5
DrawingView.IsTextPropertySource always returns False
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I can use a sheet's TextPropertySource to get a string representation of that drawing view's name. However, getting the actual view object associated with that string is not as straightforward as it should be, since that string contains different information depending on whether the view contains model states or a snapshot view from an IPN file. It also follows a slightly different naming convention than the DrawingView's BrowserNode name.
I would like to just loop through all drawing views on a sheet instead, and find the one that has IsTextPropertySource = True, but I think there is a bug in Inventor that prevents IsTextPropertySource from ever returning True.