- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
After extensive searching and trial and error, I don't think there's a way in Inventor 2019 or 2020 to turn on or off the text border on general text (In my case, a leader note, but I think if there were a way you could do it with most text.)
I haven't found anything, I'd just like a definitive answer before I give up. At this point I'm looking at pre-selecting the text that needs the border and using
oCommandMgr.ControlDefinitions.Item("DrawingGeneralNoteEditCtxCmd")
and then emulating keyboard events in VB.Net so that the user doesn't have to do it manually. Are there better ways that I'm just missing? I've looked at layers, styles, all the methods of the text and leader objects I could find, but maybe I'm just missing something.
Thanks.
Solved! Go to Solution.