PDA

View Full Version : access to objects in a block reference



ulyssey
9th Aug 2010, 02:34 pm
Hi!

Using vba, I m trying to access to the objects inside a block reference but I don t find how.

I select my block with a selection set with a selection set.

.ObjectName return : "AcDbBlockReference"

but when I tried the GetAttributes(), I got an empty array.

I d like to do it without explode the block reference, is that possilble?

thanks to help

leigh_elkins
9th Aug 2010, 11:11 pm
can you share a bit more of the code that you have so far please.