MText frame

MText frame

Anonymous
Not applicable
506 Views
3 Replies
Message 1 of 4

MText frame

Anonymous
Not applicable

Hello!

How to show MText frame using vba?

0 Likes
Accepted solutions (1)
507 Views
3 Replies
Replies (3)
Message 2 of 4

Ed__Jobe
Mentor
Mentor

VBA doesn't have an api for that. I don't see how dxf codes handle it. .Net has the MText.ShowBorders method.

Ed


Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.
How to post your code.

EESignature

0 Likes
Message 3 of 4

Anonymous
Not applicable

@Ed__Jobe I think this parameter is controlled by dxf code 90. Is it possible to change the meaning of this code in VBA?

0 Likes
Message 4 of 4

Ed__Jobe
Mentor
Mentor
Accepted solution

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.

Ed


Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.
How to post your code.

EESignature