Message 1 of 1
Dynamic Block Properties Stop Working After .NET Edited

Not applicable
05-14-2009
11:06 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am using VB.NET to insert dynamic blocks into the drawing in which they were created. Whenever I programatically change a DynamicBlockReferenceProperty before I insert the block, the grips that affect a linear parameter move as normal when I click on them to change the value of the parameter. However, the block itself does not scale accordingly, it just stays the same size. There are no issues with this if I don't change a property programmatically. Anyone have any ideas how to be able to programmatically change properties but not have this happen?
Update: Problem solved by updating the property for the jig, then using a new blockreference with the select point from the jig to add to the database. After the block is added to model space, its properties can be edited without causing problems. Edited by: TruthWarrior17 on May 18, 2009 4:50 PM
Update: Problem solved by updating the property for the jig, then using a new blockreference with the select point from the jig to add to the database. After the block is added to model space, its properties can be edited without causing problems. Edited by: TruthWarrior17 on May 18, 2009 4:50 PM