Author Topic: Mtext column - workaround for zwcad ?  (Read 1577 times)

0 Members and 1 Guest are viewing this topic.

Maud

  • Guest
Mtext column - workaround for zwcad ?
« on: May 22, 2019, 09:43:12 AM »
Hello, fellow creature of the swamp.

I've got some methods that I use on autocad, and now I want to try and use them on Zwcad. In one of those methods, I have this line :

Code - Auto/Visual Lisp: [Select]
  1. Mtxt.ColumnType = ColumnType.NoColumns;

Mtxt being an MText ( Autodesk.AutoCAD.DatabaseServices.MText to be specific). The problem is, it seems Zwcad doesn't have an equivalent for this .ColumnType attribute, even though it has a MText object AND a ColumnType enumeration like autocad. I think the attribute exist and is just not reachable like this, so I'm looking for a workaround to fetch it and set it that will work with zwcad. Do any of you have an idea ?

Sorry for any typo/error, english isn't my first langage. And thanks in advance for your time  :-) !