- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I've created a VB.NET routine to update blocks, layers and layer filters from a source drawing.
After updating filters and when the command is finished (dialog closed), the Layer Properties Manager palette MAY not update to show the new set of filters although visually you can see that it does appear to refresh itself.
Whether it updates seems to depend on which filter is active and which filters are added.For example, I have properties filters A, B, C, D and E, and B and E have subfilters B1-B8 and E1-E9.
If Filter E3 is removed as a test and the parent filter E is active, when the command is done, E3 should appear back in the list, but it does not show until the palette is closed and reopened. If filter B is active, then the list will refresh and E3 will show immediatlely after the command exits.
I have added a dialog to my routine to inform the user they may have to close the palette and reopen to get the proper display.
Does anyone know of another solution?
I have tried Editor.UpdateScreen() but that does not help.
Thanks
Solved! Go to Solution.