Help with Table and Text
Moderators: SDS, support, admin
Help with Table and Text
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.
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
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
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
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support
Chat support on Skype: cadsofttools.support
Re: Help with Table and Text
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
Hello!
Yes, that's possible. You need to load your image in CADImageDef object, then add CADImageDef and MText into CADBlock.
Alexander.
Yes, that's possible. You need to load your image in CADImageDef object, then add CADImageDef and MText into CADBlock.
Alexander.
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support
Chat support on Skype: cadsofttools.support