Quantcast
Channel: Forums - Python
Viewing all articles
Browse latest Browse all 2485

Reload Cache

$
0
0
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.

Code:

arcpy.RefreshActiveView()
arcpy.RefreshTOC()
del mxd


Viewing all articles
Browse latest Browse all 2485

Trending Articles