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