Drawing Properties

I have a macro that assists with custom properties. Afterrunning the macro on a drawing, the properties are saved but thetitleblock does not refresh. For instance, if I open drawing andchange the "STATUS" property from "PRELIMINARY" to "RELEASED", mydrawing still shows "PRELIMINARY" in the titleblock. If I do aprint preview, the preview still shows "PRELIMINARY" and theprinted version does too.

As soon as I click rebuild, the property updates. Is there a way tocall for a refresh from the API without rebuilding the entiredrawing and the views on the drawing? I just want the customproperties to refresh at the end of the macro.SolidworksApi macros