Dynamic Block

Dynamic Block

Anonymous
Not applicable
303 Views
3 Replies
Message 1 of 4

Dynamic Block

Anonymous
Not applicable
I am trying to get the Dynamic block name in VBA code but I get the Anonymous Name: "*U693" rather than Block Name: "FREEZER".
Any idea?
0 Likes
304 Views
3 Replies
Replies (3)
Message 2 of 4

Anonymous
Not applicable
Look at the EffectiveName property

wrote in message news:5206063@discussion.autodesk.com...
I am trying to get the Dynamic block name in VBA code but I get the
Anonymous Name: "*U693" rather than Block Name: "FREEZER".
Any idea?
0 Likes
Message 3 of 4

Anonymous
Not applicable
Thank you I got it.
Is there any way to change the Dblock properties index in cad or VBA?
0 Likes
Message 4 of 4

Anonymous
Not applicable
The only value of a dynamic block that can be changed is the Value property.
All the others are read-only.

wrote in message news:5206478@discussion.autodesk.com...
Thank you I got it.
Is there any way to change the Dblock properties index in cad or VBA?
0 Likes