Accessing Bock Attributes

Accessing Bock Attributes

Anonymous
Not applicable
284 Views
1 Reply
Message 1 of 2

Accessing Bock Attributes

Anonymous
Not applicable
Has anyone written code that extracts block attributes from a drawing without using selection sets? I'm trying to list all the blocks on a drawing and send there attributes and attribute values to an Access database. Preferably without opening the drawing in the AutoCAD application.
0 Likes
285 Views
1 Reply
Reply (1)
Message 2 of 2

Anonymous
Not applicable
You can itterate through the entities in modelspace and paperspace, identify the blockrefs and use the getattributes method
0 Likes