Message 1 of 4
select case in "properties table" using VBA and refresh block
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Dear All,
I've created a few dynamic block and configuration that I listed in "properties table". I can now add and select my "type" of block and the dimension of the block adjust accordingly.
I'm trying to do the same using VBA. I have selected the block, and listed dynamic properties. In all the properties, I've found the property corresponding to the"type" of block. But when I change it, it doesn't update the full block, it changes the type without adjusting all the dimensions.
Any idea if this is the correct method or how to do this?
My code to get the properties and update the type is like this.
attributes_2 = NEW_BLOCK.GetDynamicBlockProperties
attributes_2(19).Value = "TYPE 1"
Thank you for your valuable help
Best regards
Simon