how to refresh screen after TransientManager.CurrentTransientManager.EraseTransient

Hi,
I use a transcientManager so TransientManager.CurrentTransientManager.EraseTransient and by debugging my code, this work in bricscad.
the problem is that my transientstorage is already to see on my DWG.
Have you got any Idea in how to complete erase the transcientstorage from the DWG ?
how I get a refresh from the screen ?

Thanks

Comments

  • Hi,

    Did you try Application.UpdateScreen() method?

    If it does not work, try the Editor.Regen() one.