Folks,I have a script that calculates area on a feature class. Does python provide a way to display the updated attribute field? Currently, I have to either close and reopen the attribute table or reload the cache. I have tried, but these only refresh the TOC and the display.
arcpy.RefreshActiveView()
arcpy.RefreshTOC()
del mxd