Page 1 of 1

Help with Table and Text

Posted: 05 Jun 2009, 17:42
by JobaDiniz
I'd appreciate some help with drawing or adding a table on the CADImage.
How can I add a Table containing Text on the CADImage?

I don't wanna show the image to the user in order it could draw the table. No, i don't wanna that.
I just wanna add this table programmatically.

Please.
Thanks.

Re: Help with Table and Text

Posted: 09 Jun 2009, 15:32
by support
Hello!
Current CAD Import .NET version doesn't support addition of table entity to CADImage programmatically. You can add manual table only.
We will try to implement this functional in future versions.

Alexander

Re: Help with Table and Text

Posted: 18 Jun 2009, 01:52
by JobaDiniz
So, is it possible programmatically add a block containing some CADMText and a RasterImage (assuming I understood that raster image is an image on .jpg format)?

Re: Help with Table and Text

Posted: 23 Jun 2009, 11:13
by support
Hello!
Yes, that's possible. You need to load your image in CADImageDef object, then add CADImageDef and MText into CADBlock.

Alexander.