Message 1 of 4

Not applicable
09-16-2022
04:26 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
VBA doesn't have an api for that. I don't see how dxf codes handle it. .Net has the MText.ShowBorders method.
@Ed__Jobe I think this parameter is controlled by dxf code 90. Is it possible to change the meaning of this code in VBA?
No, VBA and .NET are object oriented programming api's or OOP. They encapsulate codes into objects and properties. So by design, they replace codes with meaningful names. You would need to use LISP to change the dxf codes.
Also, it looks like gc 90 works along with gc 63. You can test with the entlist command I gave you here.