Refresh Map Series within Pro SDK

316
1
07-12-2023 08:03 AM
Daniel_Hood
New Contributor

I am looking for a way to access the Refresh Map Series functionality that is build into ArcGIS Pro UI from the Pro SDK: (https://pro.arcgis.com/en/pro-app/latest/help/layouts/refresh-map-series.htm).

I scanned through most of the documentation on Map Series/Spatial Map Series within the Pro SDK and did not see anything could replicate a full Map Series Refresh. I used the example within the documentation for modifying and overwriting an existing Map Series, but that did not seem to have the same functionality as the "Refresh Map Series" button does within Pro UI (ex: deleted Indices within a Map Series still show up after a modify and overwrite). 

Is their a method or some other way of recreating the "Refresh Map Series" within the Pro SDK? 

Thank you!

 

 

0 Kudos
1 Reply
CharlesMacleod
Esri Regular Contributor

LayoutView.Active.Layout.RefreshMapSeries();

https://pro.arcgis.com/en/pro-app/latest/sdk/api-reference/topic22447.html

 

 

0 Kudos