Message 1 of 7
AcadEntity
Not applicable
03-08-2021
07:27 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello!
I've been trying to integrate DWG functionality in a software that I am assisting in creating, and need a little bit of help.
In order to extract specific entities from an active document, I've began using the "EntityType" attribute of an AcadEntity. However I can't find any references as to what each of the numbers represent and have had to manually test to find it.
i.e: EntityType = 21 references AcadMText
EntityType = 4 references AcadArc
so on and so forth
I also have an issue where I can't extract any information from AcadBlocks such as the text within it.
Does anyone know if there's a proper object reference sheet for this?
Thank you in advance!