how to read attribute block from autocad in vbnet?

how to read attribute block from autocad in vbnet?

Anonymous
Not applicable
1,082 Views
2 Replies
Message 1 of 3

how to read attribute block from autocad in vbnet?

Anonymous
Not applicable

Hi,

 

I have my project in visual studio and i want read one attribute from my dwg block and after return and create new attribute in this block.

And other question i only load dll into autocad right, because i want run one external form.vb from autocad

 

Please help

 

Thanks for all

🙂

0 Likes
Accepted solutions (1)
1,083 Views
2 Replies
Replies (2)
Message 2 of 3

tbrammer
Advisor
Advisor
Accepted solution

First: You should post VB quesions in the .NET or Visual Basic Customization forum.

 

@Anonymous wrote: i want read one attribute from my dwg block and after return and create new attribute in this block.

I suppose you want to read/add an attribute from a block reference in your DWG.

See docs for class BlockReference, Property AttributeCollection().

 

 


Thomas Brammer ● Software Developer ● imos AGLinkedIn
If an answer solves your problem please [ACCEPT SOLUTION]. Otherwise explain why not.

0 Likes
Message 3 of 3

Anonymous
Not applicable

Thank u i know now how do it

0 Likes