Get a text from table

Discuss and ask questions about CAD .NET library.

Moderators: SDS, support, admin

Post Reply
dlwotj4274
Posts: 13
Joined: 19 Jun 2019, 07:30

Get a text from table

Post by dlwotj4274 » 24 Sep 2019, 04:47

Hello

I'm trying to get a text from table.

I would like to extract texts from table and make a list of texts.

Should I do explode a table and get a table or

Is there any way to more easy?

Image

support
Posts: 3271
Joined: 30 Mar 2005, 11:36
Contact:

Re: Get a text from table

Post by support » 24 Sep 2019, 12:21

Hello

One can normally access internal entities (Texts and MTexts in this case) with the Block.Entities property of the Table entity.

Andrey
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support

dlwotj4274
Posts: 13
Joined: 19 Jun 2019, 07:30

Re: Get a text from table

Post by dlwotj4274 » 25 Sep 2019, 05:24

Is there way to know whether line is vertical or horizontal?

support
Posts: 3271
Joined: 30 Mar 2005, 11:36
Contact:

Re: Get a text from table

Post by support » 25 Sep 2019, 13:03

Hello

With CAD .NET you can get XY coordinates of the start point and end point of the line entity and then find the line angle

Andrey
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support

Post Reply