Message 1 of 16
Reading Block Attribute Values
Not applicable
05-11-2007
04:06 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hey Everyone,
I'm busy developing a standalone application in VB.NET to read the contents out of a DWG file. So far i was able to open DWG file and search for the titleblock. But I'm having problems accessing the title block attributes and it's values. Can someone tell me how this can be done?
have already took a look at the object model from Autocad and also examples written online on how to get attributes but the way it's done is by inserting a block and then requesting it's attributes. In my case i don't need to insert a block, i would like to retrieve the block attributes and it's values.
Thanks in advance
I'm busy developing a standalone application in VB.NET to read the contents out of a DWG file. So far i was able to open DWG file and search for the titleblock. But I'm having problems accessing the title block attributes and it's values. Can someone tell me how this can be done?
have already took a look at the object model from Autocad and also examples written online on how to get attributes but the way it's done is by inserting a block and then requesting it's attributes. In my case i don't need to insert a block, i would like to retrieve the block attributes and it's values.
Thanks in advance