Reload Cache

262
0
08-06-2013 05:15 AM
JamesSmith7
New Contributor
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
Tags (2)
0 Kudos
0 Replies